Skip to content

Commit

Permalink
Try another attempt at manual build
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <ianhoang16@gmail.com>
  • Loading branch information
IanHoang committed Feb 21, 2025
1 parent 6ee9983 commit 6dbb708
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ jobs:
# uses: docker/setup-qemu-action@v3
- name: Run QEMU manual setup
run: |
docker pull tonistiigi/binfmt:latest
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
sudo apt update && apt upgrade -y
sudo apt install make -y
sudo apt install ninja-build -y
sudo apt-get install libpixman-1-dev
wget https://download.qemu.org/qemu-7.0.0.tar.xz
tar xvJf qemu-7.0.0.tar.xz
cd qemu-7.0.0
./configure
make
docker run --privileged --rm tonistiigi/binfmt --install all
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 6dbb708

Please sign in to comment.