Skip to content

Commit

Permalink
Build ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Sep 30, 2024
1 parent e3116b2 commit 471db97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
DOCKER_IMAGE_PUBLISHED_TAG: ${{ inputs.DOCKER_IMAGE_PUBLISHED_TAG || inputs.KRE_VERSION }}
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@Build-arm
- name: Build
run: |
chmod u+x ./build/*.sh
Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -xe

ksversion=$1

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 .
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM katalonstudio/ubuntu-20.04:56d9185
FROM katalonstudio/ubuntu-20.04:490e137

# common environment variables
ARG KATALON_ROOT_DIR=/katalon
Expand Down

0 comments on commit 471db97

Please sign in to comment.