Target arm arch
This commit is contained in:
1
Makefile
1
Makefile
@@ -52,6 +52,7 @@ docker-publish-arm:
|
|||||||
@docker buildx create --use --name=crossplat --node=crossplat && \
|
@docker buildx create --use --name=crossplat --node=crossplat && \
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--file Dockerfile.armhf \
|
--file Dockerfile.armhf \
|
||||||
|
--platform linux/arm/7 \
|
||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--tag $(IMAGE)-armhf \
|
--tag $(IMAGE)-armhf \
|
||||||
.
|
.
|
||||||
|
Reference in New Issue
Block a user