Skip to content

Commit

Permalink
Remove arm64 flavor for Ruby 2.5 and cdxgen-secure since they keep fa…
Browse files Browse the repository at this point in the history
…iling

Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 28, 2025
1 parent 959e8b3 commit 0bc0e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
with:
context: .
file: ci/base-images/sle/Dockerfile.ruby25
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta-sle-ruby25.outputs.tags }}
labels: ${{ steps.meta-sle-ruby25.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
with:
context: .
file: ci/Dockerfile-secure
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta2.outputs.tags }}
labels: ${{ steps.meta2.outputs.labels }}
Expand Down

0 comments on commit 0bc0e6f

Please sign in to comment.