Skip to content

Commit df30516

Browse files
committed
Unbreak build-all buildbot
1 parent e8101a4 commit df30516

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Install Podman
33-
run: sudo apt-get update && sudo apt-get install -y podman
33+
run: sudo apt-get update && sudo apt-get install -y podman qemu-user-static
3434

3535
- name: Login to GitHub Container Registry
3636
uses: redhat-actions/podman-login@v1
@@ -39,9 +39,6 @@ jobs:
3939
username: ${{ github.repository_owner }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

42-
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v3
44-
4542
- name: Build a tarball
4643
run: ./dist.sh ${{ matrix.target }}
4744

.github/workflows/build-some.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install Podman
27-
run: sudo apt-get update && sudo apt-get install -y podman
27+
run: sudo apt-get update && sudo apt-get install -y podman qemu-user-static
2828

2929
- name: Login to GitHub Container Registry
3030
uses: redhat-actions/podman-login@v1
@@ -33,9 +33,6 @@ jobs:
3333
username: ${{ github.repository_owner }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

36-
- name: Set up QEMU
37-
uses: docker/setup-qemu-action@v3
38-
3936
- name: Build a tarball
4037
run: ./dist.sh ${{ matrix.target }}
4138

0 commit comments

Comments
 (0)