Skip to content

Commit

Permalink
ci: not build arm
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Nov 16, 2023
1 parent e5d81aa commit 59f3454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ image-version:
--build-arg JUICEFS_REPO_REF=$(CE_JUICEFS_VERSION) \
--build-arg JUICEFS_CE_MOUNT_IMAGE=$(JUICEFS_IMAGE):$(CE_VERSION) \
--build-arg JUICEFS_EE_MOUNT_IMAGE=$(JUICEFS_IMAGE):$(EE_VERSION) \
--platform linux/amd64,linux/arm64 -f csi.Dockerfile . --push
--platform linux/amd64 -f csi.Dockerfile . --push

.PHONY: push-version
push-version:
Expand Down

0 comments on commit 59f3454

Please sign in to comment.