Skip to content

Commit 5f6fc2b

Browse files
committed
fixing arm64 manylinuxTag
1 parent ec7cefe commit 5f6fc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/build-whl-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
-v $(Build.SourcesDirectory):/workspace \
432432
-w /workspace \
433433
--network bridge \
434-
quay.io/pypa/manylinux2014_$(targetArch):latest \
434+
quay.io/pypa/$(manylinuxTag):latest \
435435
tail -f /dev/null
436436
displayName: 'Create manylinux2014 $(targetArch) container'
437437

0 commit comments

Comments
 (0)