Fix arm build make task
This commit is contained in:
parent
b7c5a18c12
commit
8a2944d59b
1
Makefile
1
Makefile
@ -51,6 +51,7 @@ docker-publish:
|
|||||||
docker-publish-arm:
|
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.arm6 \
|
||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--tag $(IMAGE)-armhf \
|
--tag $(IMAGE)-armhf \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user