Simplify image by specifying arch to the builder
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user