Skip to content

Commit

Permalink
Add darwin arm64 to release binaries
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk committed Dec 13, 2023
1 parent d7680b8 commit b48933e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
matrix:
goosarch:
- 'darwin/amd64'
- 'darwin/arm64'
- 'linux/amd64'
- 'linux/arm64'
- 'linux/ppc64le'
- 'linux/s390x'
- 'linux/arm64'
- 'windows/amd64'
steps:
- name: Checkout code
Expand Down

0 comments on commit b48933e

Please sign in to comment.