fix sudo
Docker Build and Release Upload / build (push) Failing after 1s

This commit is contained in:
2025-07-11 00:08:42 +00:00
parent ee13804899
commit 219550723a
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
# Install dependencies (QEMU, binfmt, Buildx) # Install dependencies (QEMU, binfmt, Buildx)
- name: Install QEMU and Docker build tools - name: Install QEMU and Docker build tools
run: | run: |
sudo apt-get update apt update
sudo apt-get install -y docker.io apt install -y docker.io
docker run --rm --privileged tonistiigi/binfmt --install all docker run --rm --privileged tonistiigi/binfmt --install all
docker buildx create --name crossbuilder --use docker buildx create --name crossbuilder --use
docker buildx inspect --bootstrap docker buildx inspect --bootstrap