Skip to content

Commit

Permalink
Add arm binaries to github release action checker
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Apr 18, 2022
1 parent 5a032cc commit 212ceee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
return `${checksums['kbld-darwin-amd64']} ./kbld-darwin-amd64
${checksums['kbld-darwin-arm64']} ./kbld-darwin-arm64
${checksums['kbld-linux-amd64']} ./kbld-linux-amd64
${checksums['kbld-windows-amd64.exe']} ./kbld-windows-amd64.exe`
${checksums['kbld-linux-arm64']} ./kbld-linux-arm64
${checksums['kbld-windows-amd64.exe']} ./kbld-windows-amd64.exe
${checksums['kbld-windows-arm64.exe']} ./kbld-windows-arm64.exe`
- name: verify uploaded artifacts
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 212ceee

Please sign in to comment.