From 60f8f4aca43e64c3b137934e921fea255050b29c Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Wed, 21 Feb 2024 11:30:20 -0600 Subject: [PATCH] update goreleaser config --- .goreleaser-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser-template.yaml b/.goreleaser-template.yaml index cf74f03..89d3867 100644 --- a/.goreleaser-template.yaml +++ b/.goreleaser-template.yaml @@ -7,7 +7,7 @@ env: builds: - binary: "{{ .ProjectName }}" id: linux-amd64 - main: ./cmd + main: ./cmd/chainlink-feeds env: - CGO_ENABLED=1 - CC=$ZIG_EXEC cc -target x86_64-linux-gnu @@ -21,7 +21,7 @@ builds: - amd64 - binary: "{{ .ProjectName }}" id: linux-arm64 - main: ./cmd + main: ./cmd/chainlink-feeds env: - CGO_ENABLED=1 - CC=$ZIG_EXEC cc -target aarch64-linux-gnu @@ -101,4 +101,4 @@ release: # the GitHub Release will be created as a "prerelease". # Default is false. prerelease: auto - disable: true \ No newline at end of file + disable: true