mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +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
2
.dev/build_latest.sh
Normal file
2
.dev/build_latest.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
docker build -t pawelmalak/flame -t "pawelmalak/flame:$1" -f .docker/Dockerfile "$2" \
|
||||
&& docker push pawelmalak/flame && docker push "pawelmalak/flame:$1"
|
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