We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1719d commit 83de0e1Copy full SHA for 83de0e1
Makefile
@@ -26,6 +26,7 @@ help:
26
.PHONY: build-push
27
build-push:
28
docker login ghcr.io
29
+ docker buildx create --name $(APP_ID) --driver docker-container --platform linux/amd64,linux/arm64/v8 --use || true
30
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ghcr.io/cloud-py-api/$(APP_ID):$(APP_VERSION) --tag ghcr.io/cloud-py-api/$(APP_ID):latest .
31
32
.PHONY: run
0 commit comments