Skip to content

Commit 1f713fe

Browse files
committed
chore: disable cgo building the portal
1 parent 44fc66c commit 1f713fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build portal
6969
run: |
7070
PLUGINS=$(echo '${{ toJSON(matrix.plugins) }}' | jq -r 'join(" --with ")')
71-
GOPROXY=direct PORTAL_VERSION="${{ matrix.version }}" xportal build --with $PLUGINS
71+
GOPROXY=direct XPORTAL_DISABLE_CGO=1 PORTAL_VERSION="${{ matrix.version }}" xportal build --with $PLUGINS
7272
7373
- uses: docker/setup-buildx-action@v3
7474

0 commit comments

Comments
 (0)