mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
7 lines
No EOL
179 B
Bash
Executable file
7 lines
No EOL
179 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd $(git rev-parse --show-toplevel)
|
|
|
|
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./docs/assets/
|
|
|
|
GOARCH=wasm GOOS=js go build -o ./docs/assets/tplprev.wasm ./tplprev |