Skip to content

Commit

Permalink
Use multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 17, 2024
1 parent d98cfe5 commit 3479c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
permissions:
contents: read
packages: write
Expand All @@ -38,6 +40,7 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 3479c00

Please sign in to comment.