Skip to content

Commit 60d89f8

Browse files
committed
fix: remove hardcoded TARGETARCH from CI release workflow
The multi-platform Docker build was failing because TARGETARCH was hardcoded to 'amd64' in the build arguments, causing FoundationDB packages to fail installation on arm64 builds. Docker buildx automatically provides the correct TARGETARCH for each platform during multi-platform builds.
1 parent 2ba5bc4 commit 60d89f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
file: docker/csi.Dockerfile
7777
context: "{{defaultContext}}"
7878
build-args: |
79-
TARGETARCH=amd64
8079
JFSCHAN=stable
8180
JUICEFS_CE_MOUNT_IMAGE=juicedata/mount:ce-latest
8281
JUICEFS_EE_MOUNT_IMAGE=juicedata/mount:ee-5.2.8-1305e8c

0 commit comments

Comments
 (0)