2 Commits

Author SHA1 Message Date
af126dc59f Stop bulding for darwin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-15 19:13:03 +01:00
9b0c4803f8 Fix gitignore for goreleaser
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-15 19:09:13 +01:00
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
gitea_token
dist/ dist/

View File

@@ -25,7 +25,6 @@ builds:
goos: goos:
- linux - linux
- windows - windows
- darwin
goarch: goarch:
- amd64 - amd64
main: ./cmd/server/server.go main: ./cmd/server/server.go