Skip to content

Commit

Permalink
really skip compression on darwin/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
unRob committed Nov 22, 2021
1 parent c0cfbcc commit 5d1ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/internal/commands/release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for pair in "${MILPA_ARG_TARGETS[@]//\//-}"; do
package="$output/milpa-$pair.tgz"

mkdir -p "$dist_dir"
if [[ "$pair" != "darwin/arm64" ]]; then
if [[ "$pair" != "darwin-arm64" ]]; then
upx --no-progress -9 -o "$dist_dir/compa" "$output/$pair" || @milpa.fail "Could not compress $dist_dir/compa"
else
@milpa.warning "UPX produces botched arm64 builds :/"
Expand Down

0 comments on commit 5d1ef0c

Please sign in to comment.