Skip to content

Commit

Permalink
Add aarch64-macos to the release GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Apr 30, 2024
1 parent 725f7c6 commit b37d85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script: |
mkdir __pkgs
echo ${{ github.sha }} > __pkgs/COMMIT_SHA
for sys in msys2 macos debian; do
for sys in msys2 macos aarch64-macos debian; do
for lib in libsodium libsodium-vrf libsecp256k1 libblst; do
out=$(nix build .#dist.$sys.$lib --no-link --print-out-paths -L)
for ext in pkg.tar.zstd pkg deb; do
Expand Down

0 comments on commit b37d85a

Please sign in to comment.