First Commit
This commit is contained in:
6
scripts/setup_buildx.sh
Normal file
6
scripts/setup_buildx.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
docker buildx create --name greencoast --use || true
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
docker buildx inspect --bootstrap
|
||||
echo "Buildx ready."
|
Reference in New Issue
Block a user