Skip to content

Commit 49f52d2

Browse files
ci: lets keep trying
1 parent 9f343ed commit 49f52d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ jobs:
4848
echo "::set-output name=goversion::https://go.dev/dl/go1.22.0.darwin-amd64.pkg"
4949
fi
5050
51-
set_env:
52-
runs-on: ubuntu-latest
53-
steps:
54-
- name: Set CGO_ENABLED
55-
run: |
56-
echo "CGO_ENABLED=1" >> $GITHUB_ENV
51+
# set_env:
52+
# runs-on: ubuntu-latest
53+
# steps:
54+
# - name: Set CGO_ENABLED
55+
# run: |
56+
# echo "CGO_ENABLED=1" >> $GITHUB_ENV
5757

5858
release:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
6262
# build and publish in parallel: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
63-
goos: [linux]
63+
goos: [darwin]
6464
goarch: [amd64, arm64]
6565

6666
steps:

0 commit comments

Comments
 (0)