Skip to content

Commit

Permalink
builx ls
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent accd866 commit b2bf39a
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 @@ -5,5 +5,6 @@ set -xe
ksversion=$1
export DOCKER_BUILDKIT=1

docker buildx create --name mybuilder --driver docker-container --use --bootstrap
# docker buildx create --name mybuilder --driver docker-container --use --bootstrap
docker buildx ls
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 b2bf39a

Please sign in to comment.