Some checks failed
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 1m5s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 50s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 1m7s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 40s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 38s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 42s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 36s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 40s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 34s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 37s
CodeQL Advanced / Analyze (go) (autobuild, go) (push) Failing after 35s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 37s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 57s
Go Revive Lint / lint (push) Successful in 54s
Run Gosec / tests (push) Successful in 59s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m22s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Test Multi-Platform / Test (macos-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (windows-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (macos-latest, arm64) (push) Has been cancelled
40 lines
567 B
YAML
40 lines
567 B
YAML
version: 1
|
|
|
|
builds:
|
|
- id: reticulum-go
|
|
main: ./cmd/reticulum-go
|
|
binary: reticulum-go
|
|
flags:
|
|
- -trimpath
|
|
ldflags:
|
|
- -s -w
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
|
|
archives:
|
|
- id: archives
|
|
builds:
|
|
- reticulum-go
|
|
format: tar.gz
|
|
files:
|
|
- LICENSE
|
|
- README.md
|
|
|
|
checksums:
|
|
name_template: "{{ .ProjectName }}_checksums.txt"
|
|
|
|
release:
|
|
github:
|
|
owner: Sudo-Ivan
|
|
name: reticulum-go
|
|
|
|
snapshot:
|
|
name_template: snapshot
|