chore: fix failing test on arm64 machines (#718)

This commit is contained in:
Greg Magolan 2024-01-10 11:16:37 -08:00 committed by GitHub
parent c9d08234ce
commit 57bcf288bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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