Skip to content

Commit

Permalink
fix(ci): removing arm64 platform for ubi7 images (Checkmarx#4391)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Oct 14, 2021
1 parent fe80606 commit 581786b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-dkr-image-for-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
context: .
file: ./Dockerfile.ubi7
push: true
platforms: linux/amd64
tags: ${{ steps.prep.outputs.ubi7_tags }}
build-args: |
VERSION=${{ github.event.inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dkr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
file: ./Dockerfile.ubi7
push: true
tags: checkmarx/kics:ubi7,checkmarx/kics:${{ steps.get-version.outputs.version }}-ubi7
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
build-args: |
VERSION=${{ steps.get-version.outputs.version }}
COMMIT=${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
file: ./Dockerfile.ubi7
push: true
tags: checkmarx/kics:nightly-ubi7
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
build-args: |
VERSION=nightly-${{ needs.pre_release_job.outputs.sha8 }}
COMMIT=${{ github.sha }}
Expand Down

0 comments on commit 581786b

Please sign in to comment.