Skip to content

Commit

Permalink
build amd
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Jan 16, 2025
1 parent 9fc3a18 commit 8df6a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
# - linux/arm64

steps:
- name: Checkout
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
--set *.args.GIT_BRANCH="develop" \
--set *.args.PRODUCT_VERSION=${PRODUCT_VERSION} \
--set *.args.BUILD_NUMBER=${BUILD_NUMBER} \
--set *.platform=linux/arm64
--set *.platform=linux/amd64
--push
echo "version=${DOCKER_TAG}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8df6a21

Please sign in to comment.