Skip to content

Commit

Permalink
Enable Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 1, 2024
1 parent 3b8cc0c commit bea40ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
set -xe

ksversion=$1
export DOCKER_BUILDKIT=1

docker buildx create --name mybuilder --use
docker buildx inspect --bootstrap
docker buildx build --output type=docker --platform linux/amd64,linux/arm64 -t katalon-katalon -f src/Dockerfile --build-arg KATALON_STUDIO_VERSION=$ksversion .
docker buildx build --platform linux/amd64,linux/arm64 --push -t katalon-katalon -f src/Dockerfile --build-arg KATALON_STUDIO_VERSION=$ksversion .

0 comments on commit bea40ae

Please sign in to comment.