Skip to content

Commit

Permalink
Fix format to build
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent 3a93efd commit 44039cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -xe
ksversion=$1
export DOCKER_BUILDKIT=1

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

0 comments on commit 44039cf

Please sign in to comment.