mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-09 08:54:20 +01:00
feat: add tplprev wasm
This commit is contained in:
parent
9b28fbc24d
commit
16883d21c0
11 changed files with 1348 additions and 19 deletions
7
.github/workflows/publish-docs.yml
vendored
7
.github/workflows/publish-docs.yml
vendored
|
|
@ -17,6 +17,13 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- name: Build tplprev
|
||||
run: |
|
||||
GOARCH=wasm GOOS=js go build -o ./docs/assets/tplprev.wasm ./tplprev
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue