mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
* ci: fix pipelines * fix(proxywasm): bump to go 1.23 and tinygo 0.33 * ci: move to sablierapp/sablier * ci: replace sablierapp/whoami with acouvreur/whoami This will use mimic later * fix wrong whoami image * update nginx docker image for proxywasm
6 lines
155 B
Makefile
6 lines
155 B
Makefile
build:
|
|
go generate
|
|
tinygo build -o sablierproxywasm.wasm -scheduler=none -target=wasi ./
|
|
|
|
docker:
|
|
docker build -t sablierapp/sablier-proxy-wasm:latest .
|