This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 083f0d54 chore: Build multiple platform dev image (#579)
083f0d54 is described below
commit 083f0d54d8a0e320d8d5aad7d063b4868679ed2b
Author: Weibin Zeng <[email protected]>
AuthorDate: Thu Aug 8 10:33:13 2024 +0800
chore: Build multiple platform dev image (#579)
Signed-off-by: acezen <[email protected]>
---
.devcontainer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.devcontainer/Makefile b/.devcontainer/Makefile
index ed34910c..2486361d 100644
--- a/.devcontainer/Makefile
+++ b/.devcontainer/Makefile
@@ -27,7 +27,7 @@ docker-build:
docker-push:
@{\
docker buildx create --use --driver docker-container --name
graphar-dev ;\
- docker buildx build --push -t $(REGISTRY)/$(REPO):$(VERSION) -t
$(REGISTRY)/$(REPO):latest . ;\
+ docker buildx build --push --platform linux/amd64,linux/arm64
-t $(REGISTRY)/$(REPO):$(VERSION) -t $(REGISTRY)/$(REPO):latest . ;\
build_exit_code=$$? ;\
docker buildx rm graphar-dev ;\
exit $$build_exit_code;\
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]