Skip to content

Commit bebd78f

Browse files
authored
Add GNU to build.yml (#275)
* fix unzip error * fix url change error fix url change error * Simplify user experience and integrate console and endpoint Simplify user experience and integrate console and endpoint * Add gnu to build.yml
1 parent 3f095e7 commit bebd78f

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ jobs:
172172
target: aarch64-unknown-linux-musl
173173
cross: true
174174
platform: linux
175+
- os: ubuntu-latest
176+
target: x86_64-unknown-linux-gnu
177+
cross: false
178+
platform: linux
179+
- os: ubuntu-latest
180+
target: aarch64-unknown-linux-gnu
181+
cross: true
182+
platform: linux
175183
# macOS builds
176184
- os: macos-latest
177185
target: aarch64-apple-darwin
@@ -181,15 +189,15 @@ jobs:
181189
target: x86_64-apple-darwin
182190
cross: false
183191
platform: macos
184-
# # Windows builds (temporarily disabled)
185-
# - os: windows-latest
186-
# target: x86_64-pc-windows-msvc
187-
# cross: false
188-
# platform: windows
189-
# - os: windows-latest
190-
# target: aarch64-pc-windows-msvc
191-
# cross: true
192-
# platform: windows
192+
# Windows builds (temporarily disabled)
193+
- os: windows-latest
194+
target: x86_64-pc-windows-msvc
195+
cross: false
196+
platform: windows
197+
- os: windows-latest
198+
target: aarch64-pc-windows-msvc
199+
cross: true
200+
platform: windows
193201
steps:
194202
- name: Checkout repository
195203
uses: actions/checkout@v4

0 commit comments

Comments
 (0)