Skip to content

Commit

Permalink
multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Sep 15, 2024
1 parent 441d56d commit dd5aeba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@ jobs:
contents: read
id-token: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Log in to GHCR
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit dd5aeba

Please sign in to comment.