add betteruptime support
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled

This commit is contained in:
Zoe
2026-01-17 23:50:07 -06:00
parent 3ffd439f88
commit 74d42acb59
4 changed files with 116 additions and 31 deletions

View File

@@ -18,7 +18,7 @@
"build:arm64": "zqdgr generate && GOOS=linux GOARCH=arm64 go build -tags netgo,prod -ldflags=\"-w -s\" -o passport-linux-arm64 src/main.go && upx passport-linux-arm64"
},
"pattern": "src/**/*.{go,hbs,css,js,svg,png,jpg,jpeg,webp,woff2,ico,webp}",
"excluded_files": [
"excluded_globs": [
"src/assets/styles"
],
"shutdown_signal": "SIGINT"