Skip to content

Commit f6097be

Browse files
committed
perf: remove ubuntu first
1 parent 45abba6 commit f6097be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ jobs:
199199
"windows-x86_64": {
200200
"signature": "",
201201
"url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_x64.msi"
202-
},
203-
"linux-x86_64": {
204-
"signature": "",
205-
"url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_x86_64.AppImage"
206-
},
207-
"linux-aarch64": {
208-
"signature": "",
209-
"url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_aarch64.AppImage"
210202
}
211203
}
212204
}' > latest.json
@@ -217,9 +209,6 @@ jobs:
217209
draft: true
218210
files: |
219211
latest.json
220-
artifacts/ubuntu-latest-app/*.deb
221-
artifacts/ubuntu-latest-app/*.rpm
222-
artifacts/ubuntu-latest-app/*.AppImage
223212
artifacts/macos-14-app/*.dmg
224213
artifacts/macos-14-app/*.app
225214
artifacts/windows-latest-app/*.exe

0 commit comments

Comments
 (0)