Skip to content

Commit

Permalink
github workflows: enable more arches now we have a Debian build
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Feb 18, 2025
1 parent b984ca8 commit e18fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:latest
${{ env.IMAGE_REPOSITORY }}:${{ github.sha }}
${{ env.IMAGE_REPOSITORY }}:latest
platforms: linux/amd64
platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e18fd3c

Please sign in to comment.