Skip to content

Commit 040ec5d

Browse files
authored
Use arm64 runner with Release pipeline
1 parent 82ddc00 commit 040ec5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ ubuntu-latest, self-hosted ]
13+
os: [ ubuntu-24.04, ubuntu-24.04-arm ]
1414
permissions:
1515
contents: write
1616
steps:
@@ -69,6 +69,3 @@ jobs:
6969
https://github.com/SoftEtherVPN/SoftEtherVPN/releases/tag/${{ steps.latest.outputs.tag }}
7070
7171
https://github.com/SoftEtherVPN/SoftEtherVPN/compare/${{ steps.previous.outputs.tag }}...${{ steps.latest.outputs.tag }}
72-
73-
- name: Remove files
74-
run: rm -rf *

0 commit comments

Comments
 (0)