Rename dockerfile
This commit is contained in:
parent
8a2944d59b
commit
cf97345a0c
2
Makefile
2
Makefile
@ -51,7 +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 \
|
--file Dockerfile.armhf \
|
||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--tag $(IMAGE)-armhf \
|
--tag $(IMAGE)-armhf \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user