+coder.com (#5079)

* new file:   projects/coder.com/package.yml

* .
This commit is contained in:
Andrew 2024-02-01 19:44:24 +02:00 committed by GitHub
parent e9aaaa3af4
commit f94820a1c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,32 @@
distributable:
url: git+https://github.com/coder/coder.git
ref: ${{version.tag}}
versions:
github: coder/coder
build:
dependencies:
go.dev: ^1.21
script: go build $ARGS -ldflags="$LD_FLAGS" ./cmd/coder
env:
ARGS:
- -trimpath
- -o={{prefix}}/bin/coder
- -tags slim
LD_FLAGS:
- -s
- -w
- -X github.com/coder/coder/v2/buildinfo.tag={{version}}
- -X github.com/coder/coder/v2/buildinfo.agpl=true
linux:
LD_FLAGS:
- -buildmode=pie
provides:
- bin/coder
test:
- coder version | grep {{version}}
- coder netcheck 2>out.log || true
- cat out.log | grep 'You are not logged in'