Skip to content

Commit

Permalink
feat(triggers): a-train (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: l3uddz <l3uddz@gmail.com>
  • Loading branch information
m-rots and l3uddz committed Mar 2, 2022
1 parent 89a4af1 commit 5c66ab8
Show file tree
Hide file tree
Showing 13 changed files with 752 additions and 308 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
# dependencies
- name: goreleaser
run: |
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b /usr/local/bin
uses: goreleaser/goreleaser-action@v2
with:
install-only: true

- name: qemu
uses: docker/setup-qemu-action@v1
Expand All @@ -32,7 +33,7 @@ jobs:
- name: go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17

- name: go info
run: |
Expand Down
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
goos:
- linux
- darwin
- freebsd
main: ./cmd/autoscan
goarch:
- amd64
Expand All @@ -23,6 +24,16 @@ builds:
- -X "main.Timestamp={{ .Timestamp }}"
flags:
- -trimpath
ignore:
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: arm

# MacOS Universal Binaries
universal_binaries:
-
replace: true

# Archive
archives:
Expand Down
Loading

0 comments on commit 5c66ab8

Please sign in to comment.