Skip to content

Commit

Permalink
Githubactions: Fix MacOS release runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 25, 2024
1 parent 1e945f4 commit 114dbeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ jobs:
set -x
mkdir artifact
if [[ ${{ matrix.arch }} == "arm" ]]; then
brew install golang
fi
brew install golang
make GB_BUILD_FLAGS="-tags disable_seccomp -ldflags '-s'"
strip -u -r bin/yubihsm-connector*
Expand Down

0 comments on commit 114dbeb

Please sign in to comment.