Jérémy DECOOL
3 years ago
No known key found for this signature in database
GPG Key ID: 60D6FF1081E8575
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -2,7 +2,7 @@ define docker_build_and_push |
|
|
|
docker buildx build \
|
|
|
|
--push \
|
|
|
|
--platform linux/arm64,linux/amd64 \
|
|
|
|
-t "schickling/$1" \
|
|
|
|
-t "schickling/$1:$(if $2,$2,latest)" \
|
|
|
|
./$1 |
|
|
|
endef |
|
|
|
|
|
|
|