Skip to content

Commit

Permalink
revert: cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
emergenz committed Jan 19, 2025
1 parent 2f22726 commit aae8429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=arch::$(uname -m)"

- name: Build
run: CGO_ENABLED=0 go build -o nvml_exporter
run: go build -o nvml_exporter

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aae8429

Please sign in to comment.