mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update Makefile
This commit is contained in:
parent
6b1fce4921
commit
3e46f7f7bd
@ -16,7 +16,7 @@ ueberauth:
|
||||
|
||||
build:
|
||||
# docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \
|
||||
docker buildx build --platform linux/amd64 --push \
|
||||
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
||||
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
||||
--tag ${NAMESPACE}/${IMAGE}:$(VERSION) \
|
||||
|
Loading…
Reference in New Issue
Block a user