Skip to content

Commit 14f1018

Browse files
committed
update github action
1 parent 9344d3e commit 14f1018

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: |
17-
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev mingw-w64 libx11-dev mesa-common-dev libglu1-mesa-dev && sudo add-apt-repository ppa:xapt/stable && apt-get install musl-tools x86_64-linux-musl-gcc
17+
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev
1818
1919
- uses: actions/checkout@v3
2020

.goreleaser.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ builds:
1313
goarch:
1414
- amd64
1515
ldflags: -s -w -H=windowsgui
16-
- id: linux
17-
env:
18-
- CC=x86_64-linux-musl-gcc
19-
- CGO_ENABLED=1
20-
goos:
21-
- linux
22-
goarch:
23-
- amd64
24-
ldflags: -s -w -H=windowsgui
16+
# - id: linux
17+
# env:
18+
# - CGO_ENABLED=1
19+
# goos:
20+
# - linux
21+
# goarch:
22+
# - amd64
23+
# ldflags: -s -w -H=windowsgui
2524
# mac交叉编译复杂
2625
# - id: darwin
2726
# env:

0 commit comments

Comments
 (0)