This repository was archived by the owner on Apr 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 name : build examples
3333 runs-on : ubuntu-latest
3434 container :
35- image : tinygo/tinygo:0.16 .0
35+ image : tinygo/tinygo:0.17 .0
3636 steps :
3737 - name : checkout
3838 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ build.example:
66 tinygo build -o ./examples/${name} /main.go.wasm -scheduler=none -target=wasi ./examples/${name} /main.go
77
88build.example.docker :
9- docker run -it -w /tmp/proxy-wasm-go -v $(shell pwd) :/tmp/proxy-wasm-go tinygo/tinygo:0.16 .0 \
9+ docker run -it -w /tmp/proxy-wasm-go -v $(shell pwd) :/tmp/proxy-wasm-go tinygo/tinygo:0.17 .0 \
1010 tinygo build -o /tmp/proxy-wasm-go/examples/${name} /main.go.wasm -scheduler=none -target=wasi \
1111 /tmp/proxy-wasm-go/examples/${name} /main.go
1212
1313build.examples :
1414 find ./examples -type f -name " main.go" | xargs -Ip tinygo build -o p.wasm -scheduler=none -target=wasi p
1515
1616build.examples.docker :
17- docker run -it -w /tmp/proxy-wasm-go -v $(shell pwd) :/tmp/proxy-wasm-go tinygo/tinygo:0.16 .0 /bin/bash -c \
17+ docker run -it -w /tmp/proxy-wasm-go -v $(shell pwd) :/tmp/proxy-wasm-go tinygo/tinygo:0.17 .0 /bin/bash -c \
1818 ' find /tmp/proxy-wasm-go/examples/ -type f -name "main.go" | xargs -Ip tinygo build -o p.wasm -scheduler=none -target=wasi p'
1919
2020lint :
You can’t perform that action at this time.
0 commit comments