Skip to content

Commit 5ae0587

Browse files
committed
fix: try to restore arm64 build
1 parent 56581f1 commit 5ae0587

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
6+
PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64/v8
77

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

0 commit comments

Comments
 (0)