Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88dbd62

Browse files
committedFeb 9, 2024
enable static build (macos still requires it)
there are no more dependencies required we can do this fyne-io/systray#24 (comment)
1 parent 37c4b58 commit 88dbd62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
run:
4444
shell: bash
4545

46+
# by default disable CGO, it's not needed (except on macos)
47+
env:
48+
CGO_ENABLED: 0
49+
4650
runs-on: ${{ matrix.os }}
4751

4852
steps:
@@ -102,6 +106,7 @@ jobs:
102106

103107
- name: Build the Agent for macos
104108
env:
109+
CGO_ENABLED: 1
105110
MACOSX_DEPLOYMENT_TARGET: 10.15 # minimum supported version for mac
106111
CGO_CFLAGS: -mmacosx-version-min=10.15
107112
CGO_LDFLAGS: -mmacosx-version-min=10.15

0 commit comments

Comments
 (0)
Please sign in to comment.