We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daa23f commit 82c56a2Copy full SHA for 82c56a2
1 file changed
Makefile
@@ -47,12 +47,12 @@ build-and-push: container-build container-push
47
48
## Build multi-arch image (linux/amd64 + linux/arm64) for GHCR
49
container-build:
50
- $(CONTAINER) build \
+ $(CONTAINER) buildx build --load \
51
--platform=linux/amd64 \
52
--file Containerfile \
53
--tag $(IMAGE):$(TAG)-amd64 \
54
.
55
56
--platform=linux/arm64 \
57
58
--tag $(IMAGE):$(TAG)-arm64 \
0 commit comments