Skip to content

Commit

Permalink
workflows: remove s390x and armv7 platforms for container builds
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 24, 2025
1 parent b7930b0 commit 9edf250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
username: ${{ github.actor }}
image: ${{ github.repository }}/staging
environment: staging
platforms: 'linux/amd64, linux/arm64'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand Down

0 comments on commit 9edf250

Please sign in to comment.