Skip to content

Commit

Permalink
use qemu to build image with amd64 plattform tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Hatland committed Oct 18, 2023
1 parent a3df3ef commit 5fa9082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Github
Expand Down

0 comments on commit 5fa9082

Please sign in to comment.