Skip to content

Commit 2aee346

Browse files
mrrobot47Copilot
andauthored
Update .github/workflows/build.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 700ac9b commit 2aee346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17-
- name: Install Docker Emulation
18-
run: docker run --rm --privileged tonistiigi/binfmt:latest --install amd64,arm64
17+
- name: Set up QEMU
18+
uses: docker/setup-qemu-action@v3
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2121
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)