Skip to content

Commit

Permalink
Merge pull request #24 from pdreker/fix-multiarch
Browse files Browse the repository at this point in the history
fix platform string
  • Loading branch information
pdreker authored Feb 7, 2021
2 parents 4506024 + 80acfeb commit 5bb3fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
image=pdreker/fritz_exporter
tag=${{ steps.update_semver.outputs.tag }}
echo ${{secrets.DOCKER_HUB }} | docker login -u pdreker --password-stdin
docker buildx build --platform linux/arm/v6,linux/armv7,linux/amd64,linux/arm64 -t $image:$tag --push .
docker buildx build --platform linux/arm/v6,linux/armv7,linux/amd64,linux/arm64 -t $image:latest --push .
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/amd64,linux/arm64/v8 -t $image:$tag --push .
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/amd64,linux/arm64/v8 -t $image:latest --push .

0 comments on commit 5bb3fea

Please sign in to comment.