Skip to content

Commit c03c812

Browse files
committed
fix: remove arm64, python 3.12 does not build
1 parent dae4fac commit c03c812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker-common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 2: channel
44

55
export DOCKER_CLI_EXPERIMENTAL=enabled
6-
PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64/v8
6+
PLATFORMS=linux/amd64,linux/arm/v7
77

88
if [ -z "$2" ]; then
99
DOCKER_CHANNEL="latest"

0 commit comments

Comments
 (0)