Skip to content

Commit

Permalink
Fix errors in arm64 image building
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanda Kishore committed Dec 5, 2022
1 parent b94073b commit 9f29ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
continue-on-error: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
Expand Down

0 comments on commit 9f29ba4

Please sign in to comment.