Simplify image by specifying arch to the builder

This commit is contained in:
Laurent Goderre
2024-05-23 15:58:57 -04:00
parent 0e42d349dd
commit 96653e552c
2 changed files with 7 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ docker-buildx-builder:
.PHONY: docker-buildx
docker-buildx: docker-buildx-builder
docker buildx build --load -t ${IMG} . --secret=id=GITHUB_TOKEN
docker buildx build --platform linux/amd64 --load -t ${IMG} . --secret=id=GITHUB_TOKEN
.PHONY: kind-load-image
kind-load-image: