Skip to content

Commit

Permalink
Released v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Feb 11, 2022
1 parent 13ea2df commit b1931c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Snapcraft config
- name: Snapcraft config
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dockers:
- 'docker.io/mvisonneau/s5:{{ .Tag }}-armv6'
- 'ghcr.io/mvisonneau/s5:{{ .Tag }}-armv6'
- 'quay.io/mvisonneau/s5:{{ .Tag }}-armv6'
ids: [gitlab-ci-pipelines-exporter]
ids: [s5]
goarch: arm
goarm: 6
use: buildx
Expand All @@ -129,7 +129,7 @@ dockers:
- 'docker.io/mvisonneau/s5:{{ .Tag }}-armv7'
- 'ghcr.io/mvisonneau/s5:{{ .Tag }}-armv7'
- 'quay.io/mvisonneau/s5:{{ .Tag }}-armv7'
ids: [gitlab-ci-pipelines-exporter]
ids: [s5]
goarch: arm
goarm: 7
use: buildx
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org).

## [Unreleased]

## [v0.1.12] - 2022-02-11

### Added

- `linux/arm/v6` & `linux/arm/v7` releases
Expand Down Expand Up @@ -159,7 +161,9 @@ and this project adheres to [0ver](https://0ver.org).
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/s5/compare/v0.1.10...HEAD
[Unreleased]: https://github.com/mvisonneau/s5/compare/v0.1.12...HEAD
[v0.1.12]: https://github.com/mvisonneau/s5/tree/v0.1.12
[v0.1.11]: https://github.com/mvisonneau/s5/tree/v0.1.11
[v0.1.10]: https://github.com/mvisonneau/s5/tree/v0.1.10
[0.1.9]: https://github.com/mvisonneau/s5/tree/0.1.9
[0.1.8]: https://github.com/mvisonneau/s5/tree/0.1.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Checksums are signed with the [following GPG key](https://keybase.io/mvisonneau/

```bash
~$ docker run -it --rm docker.io/mvisonneau/s5
or
~$ docker run -it --rm ghcr.io/mvisonneau/s5
~$ docker run -it --rm quay.io/mvisonneau/s5
```

### Scoop
Expand Down

0 comments on commit b1931c9

Please sign in to comment.