Target arm arch
This commit is contained in:
parent
cf97345a0c
commit
68a14fa619
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 \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user