File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments