Skip to content

Commit

Permalink
fix: OSX release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 25, 2022
1 parent 47f95b4 commit 8173b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-x86_64.gz > target
export SDKROOT=$(xcrun -sdk macosx12.1 --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx12.1 --show-sdk-platform-version)
cargo build --target aarch64-apple-darwin --release
gzip -c target/aarch64-apple-darwin/release/pact_verifier_cli > target/artifacts/pact-stub-server-osx-aarch64.gz
gzip -c target/aarch64-apple-darwin/release/pact-stub-server > target/artifacts/pact-stub-server-osx-aarch64.gz
openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-aarch64.gz > target/artifacts/pact-stub-server-osx-aarch64.gz.sha256

0 comments on commit 8173b39

Please sign in to comment.