Skip to content

Commit

Permalink
Move back to v6 for lowest ARM version
Browse files Browse the repository at this point in the history
Distroless isn't available for arm/v7 AFAIK

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 10, 2021
1 parent 9e07a1a commit 5883ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
Version=${{ steps.get_tag.outputs.TAG }}
GitCommit=${{ github.sha }}
outputs: "type=registry,push=true"
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm/v6,linux/arm64
tags: |
ghcr.io/alexellis/registry-creds:${{ github.sha }}
ghcr.io/alexellis/registry-creds:${{ steps.get_tag.outputs.TAG }}
Expand Down

0 comments on commit 5883ef9

Please sign in to comment.