Skip to content

Commit

Permalink
chore: fix failing test on arm64 machines (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 10, 2024
1 parent c9d0823 commit 57bcf28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tests/run_binary_expansions/expansions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ rm -f $outfile
for each in $@; do
sanitized=${each/darwin/PLATFORM}
sanitized=${sanitized/k8/PLATFORM}
sanitized=${sanitized/_arm64/}
echo $sanitized >>$outfile
done

0 comments on commit 57bcf28

Please sign in to comment.