Skip to content

Commit

Permalink
Load into local docker
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent a4f856d commit d4c4049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -xe
ksversion=$1

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

0 comments on commit d4c4049

Please sign in to comment.