fix12
Some checks failed
Build CI / Build (push) Failing after 19m54s

This commit is contained in:
2026-02-08 12:49:12 +05:30
parent 2098183db3
commit fe92bc65ff

View File

@@ -22,7 +22,7 @@ jobs:
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt install -y qemu-user-static sudo apt install -y qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes docker run --privileged --rm tonistiigi/binfmt --install all
- name: Build app - name: Build app
run: | run: |