Skip to content

Commit

Permalink
Remove linux/arm/v5 from docker release action (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff authored Jun 7, 2024
1 parent 3ff70b9 commit c2c69e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
${{ env.DOCKER_REPOSITORY }}:latest
ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ steps.refs.outputs.SOURCE_TAG }}
ghcr.io/${{ env.GHCR_REPOSITORY }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v5,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 comments on commit c2c69e0

Please sign in to comment.