mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-22 03:20:41 +08:00
refactor: fix ci and put files where they belong (#15)
License: MIT Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
+7
-1
@@ -1,6 +1,8 @@
|
||||
build:
|
||||
main: cmd/webdav/main.go
|
||||
main: main.go
|
||||
binary: webdav
|
||||
ldflags:
|
||||
- -s -w X github.com/hacdias/webdav/cmd.version={{.Version}}
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
@@ -13,6 +15,10 @@ build:
|
||||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
goarm:
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
ignore:
|
||||
- goos: openbsd
|
||||
goarch: arm
|
||||
|
||||
Reference in New Issue
Block a user