mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-15 07:04:31 +08:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
docker run --rm -it \
|
|
--name switch-builder \
|
|
-e GOOS=linux \
|
|
-e GOARCH=386 \
|
|
-v "$(pwd)/app:/app" \
|
|
switch sh
|