Skip to content

Commit

Permalink
Remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent 44039cf commit 81ad69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ ksversion=$1
export DOCKER_BUILDKIT=1

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

0 comments on commit 81ad69e

Please sign in to comment.