Skip to content

Commit bd30ed3

Browse files
committed
try docker buildx
1 parent cb51312 commit bd30ed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
if: matrix.platform != 'amd64'
7474
uses: docker/setup-qemu-action@v3
7575

76+
- name: Set up Docker Buildx
77+
uses: docker/setup-buildx-action@v3
78+
7679
- uses: actions/download-artifact@v3
7780
with:
7881
name: patchelf

0 commit comments

Comments
 (0)