Skip to content

Commit 5d38521

Browse files
authored
Enable static builds in release workflow (#334)
1 parent 85deba3 commit 5d38521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/copilot-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Reminder: Enable GitHub Copilot'
1+
name: 'reminder: enable GitHub Copilot'
22

33
on:
44
pull_request:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "GOOS=linux" >> $GITHUB_ENV
4545
echo "GOARCH=amd64" >> $GITHUB_ENV
4646
go run ./tools/version git
47-
go build -v -o fq-connector-go ./app
47+
go build -ldflags '-extldflags "-static"' -v -o fq-connector-go ./app
4848
- name: Run unit tests
4949
run: go test -v ./app/...
5050
- name: Setup integration tests

0 commit comments

Comments
 (0)