Skip to content

Commit 9c79efe

Browse files
fpotierbpedersen2
authored andcommitted
Setup Buildx
1 parent 978eb53 commit 9c79efe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18+
- name: Set up QEMU
19+
uses: docker/setup-qemu-action@v3
20+
21+
- name: Set up Docker Buildx
22+
uses: docker/setup-buildx-action@v3
23+
1824
- name: Login to GHCR
1925
uses: docker/login-action@v3
2026
with:

0 commit comments

Comments
 (0)