Skip to content

Commit

Permalink
Build and publish for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 4, 2024
1 parent 9a69751 commit 77e664d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
Expand All @@ -39,6 +40,17 @@ jobs:
with:
context: .
file: Containerfile
platforms: "\
linux/386,\
linux/amd64,\
linux/arm/v6,\
linux/arm/v7,\
linux/arm64,\
linux/mips64,\
linux/mips64le,\
linux/ppc64le,\
linux/riscv64,\
linux/s390x"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 77e664d

Please sign in to comment.