Skip to content

Commit

Permalink
Merge pull request #887 from NVIDIA/latest-qemu
Browse files Browse the repository at this point in the history
[no-relnote] switch to the newer qemu artifacts image
  • Loading branch information
tariq1890 authored Jan 31, 2025
2 parents be1ac24 + 51f765d commit d6c3129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
name: Check out code
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build ${{ matrix.target }} packages
Expand Down Expand Up @@ -114,6 +116,8 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Get built packages
Expand Down

0 comments on commit d6c3129

Please sign in to comment.