8 lines
107 B
Bash
8 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
update-binfmts --enable
|
||
|
docker buildx create --use
|
||
|
docker buildx inspect --bootstrap
|
||
|
|
||
|
exec "$@"
|