Skip to content

Commit

Permalink
[Devtools Week] Create linux arm64 binary after every release (#40)
Browse files Browse the repository at this point in the history
* Create linux arm64 binary after every release

Signed-off-by: thepetk <thepetk@gmail.com>

* Add darwin arm64 to release binaries

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk authored Dec 13, 2023
1 parent 9ed7d09 commit 53cbc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
matrix:
goosarch:
- 'darwin/amd64'
- 'darwin/arm64'
- 'linux/amd64'
- 'linux/arm64'
- 'linux/ppc64le'
- 'linux/s390x'
- 'windows/amd64'
Expand Down

0 comments on commit 53cbc4a

Please sign in to comment.