Skip to content

Commit

Permalink
Static linking?
Browse files Browse the repository at this point in the history
  • Loading branch information
peterHoburg committed Nov 21, 2024
1 parent 9c5c84a commit 719f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# run: go test ./...

- name: Build binary
run: go build -o drydock
run: CGO_ENABLED=1 go build -o drydock

- name: Create Release
id: create_release
Expand Down

0 comments on commit 719f62d

Please sign in to comment.