drone
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
jjohnstondev 2023-01-08 22:02:04 -08:00
parent 28e855fa09
commit 0a0a1b9b8a

View File

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: golang image: golang
commands: commands:
- go build - GOARCH=amd64 GOOS=linux go build -o bin/${BINARY_NAME} main.go
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@ -14,7 +14,7 @@ steps:
from_secret: from_secret:
GITEA GITEA
base_url: https://gitea.asdf.cafe base_url: https://gitea.asdf.cafe
files: gospt files: bin/${BINARY_NAME}
trigger: trigger:
event: event: