chore: fix failing test on arm64 machines (#718)
This commit is contained in:
parent
c9d08234ce
commit
57bcf288bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue