mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-05 02:45:18 +02:00
Added build scripts. Pushed version 2.2.2
This commit is contained in:
parent
58d021dde6
commit
c2e81832a9
6 changed files with 13 additions and 5 deletions
6
.dev/build_multiarch.sh
Normal file
6
.dev/build_multiarch.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
docker buildx build \
|
||||
--platform linux/arm/v7,linux/arm64,linux/amd64 \
|
||||
-f .docker/Dockerfile.multiarch \
|
||||
-t pawelmalak/flame:multiarch \
|
||||
-t "pawelmalak/flame:multiarch$1" \
|
||||
--push "$2"
|
Loading…
Add table
Add a link
Reference in a new issue