Skip to content

Commit

Permalink
chore(pact_verifier_cli): Create macos named binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Mar 18, 2024
1 parent 6d9ddb7 commit b674c05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rust/pact_verifier_cli/release-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ build_x86_64() {
gzip_and_sum \
"$CARGO_TARGET_DIR/x86_64-apple-darwin/release/pact_verifier_cli" \
"$ARTIFACTS_DIR/pact_verifier_cli-osx-x86_64.gz"
gzip_and_sum \
"$CARGO_TARGET_DIR/x86_64-apple-darwin/release/pact_verifier_cli" \
"$ARTIFACTS_DIR/pact_verifier_cli-macos-x86_64.gz"
fi
}

Expand All @@ -35,6 +38,9 @@ build_aarch64() {
gzip_and_sum \
"$CARGO_TARGET_DIR//aarch64-apple-darwin/release/pact_verifier_cli" \
"$ARTIFACTS_DIR/pact_verifier_cli-osx-aarch64.gz"
gzip_and_sum \
"$CARGO_TARGET_DIR//aarch64-apple-darwin/release/pact_verifier_cli" \
"$ARTIFACTS_DIR/pact_verifier_cli-macos-aarch64.gz"
fi
}

Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/release-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ build_aarch64() {
}

build_x86_64
build_aarch64
build_aarch64

0 comments on commit b674c05

Please sign in to comment.