Initial commit
This commit is contained in:
2
bash/build/build_image_linux.sh
Executable file
2
bash/build/build_image_linux.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
echo "> Building ${IMG} for linux/amd64"
|
||||
docker buildx build --platform linux/amd64 -f Dockerfile.prod -t ${IMG} .
|
||||
2
bash/build/build_image_macos.sh
Executable file
2
bash/build/build_image_macos.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
echo "> Building ${IMG} for linux/arm/v8"
|
||||
docker buildx build --platform linux/arm/v8 -f Dockerfile.prod -t ${IMG} .
|
||||
2
bash/build/push_image.sh
Executable file
2
bash/build/push_image.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
echo "> Pushing ${IMG}"
|
||||
docker push ${IMG}
|
||||
Reference in New Issue
Block a user