Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 21, 2024
1 parent 60f8f4a commit 7259b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
builds:
- binary: "{{ .ProjectName }}"
id: linux-amd64
main: ./cmd/chainlink-feeds
main: ../cmd/chainlink-feeds
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu
Expand All @@ -21,7 +21,7 @@ builds:
- amd64
- binary: "{{ .ProjectName }}"
id: linux-arm64
main: ./cmd/chainlink-feeds
main: ../cmd/chainlink-feeds
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu
Expand Down

0 comments on commit 7259b55

Please sign in to comment.