mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 10:43:28 +00:00
Update Makefile
This commit is contained in:
parent
2f83b43b23
commit
64cbc25c27
@ -7,7 +7,7 @@ push: build
|
||||
|
||||
build:
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \
|
||||
--build-arg HUGO_VERSION=${VERSION}
|
||||
--build-arg HUGO_VERSION=${VERSION} \
|
||||
--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