This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
# Install dependencies (QEMU, binfmt, Buildx)
|
||||
- name: Install QEMU and Docker build tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y docker.io
|
||||
apt update
|
||||
apt install -y docker.io
|
||||
docker run --rm --privileged tonistiigi/binfmt --install all
|
||||
docker buildx create --name crossbuilder --use
|
||||
docker buildx inspect --bootstrap
|
||||
|
||||
Reference in New Issue
Block a user