Skip to content

Commit

Permalink
Remove darwin/windows for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Jul 17, 2023
1 parent d5861f5 commit c7653ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
project_name: fasttrackml
builds:
- env:
- id: linux-build
env:
- CGO_ENABLED=1
- CC_FOR_TARGET=aarch64-linux-gnu-gcc
ldflags:
- -linkmode external -extldflags '-static' -s -w -X github.com/G-Research/fasttrackml/version.version={{.Version}}
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
Expand Down

0 comments on commit c7653ef

Please sign in to comment.