Skip to content

Commit

Permalink
Add docker/setup-qemu-action to publish-container-image.yml GitHub wo…
Browse files Browse the repository at this point in the history
…rkflow to enable building linux/arm64 images.
  • Loading branch information
DavidAnson authored Jul 18, 2022
1 parent e3a156e commit 712494d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.0.0

Expand Down

0 comments on commit 712494d

Please sign in to comment.