Skip to content

Commit

Permalink
Attempt fixing build for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimanoledaki committed Nov 27, 2024
1 parent 1033a77 commit 681d50c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Make sure to check the documentation at https://goreleaser.com

project_name: cloudcost-explorer
builds:
- id: cloudcost-explorer
binary: cloudcost-explorer
main: ./cmd/exporter/exporter.go
- env:
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit 681d50c

Please sign in to comment.