Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19f80c7262 |
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get .
|
run: go get .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -ldflags "-s -w" -o ./bin/serve main.go
|
run: CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o ./bin/serve main.go
|
||||||
- name: Release build artifacts
|
- name: Release build artifacts
|
||||||
uses: akkuman/gitea-release-action@v1.3.2
|
uses: akkuman/gitea-release-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user