Skip to content

Commit

Permalink
docker: add cross-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Jan 9, 2024
1 parent 8e4c892 commit 5938b51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
image: anssi/shovel-grafana
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
with:
platforms: "arm,arm64,s390x,ppc64le"
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -42,3 +46,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 5938b51

Please sign in to comment.