Skip to content

Commit a701432

Browse files
committed
ci: add freebsd to beta release
1 parent a2dc45a commit a701432

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/beta_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ concurrency:
88
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
99
cancel-in-progress: true
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
changelog:
1316
strategy:
@@ -54,7 +57,7 @@ jobs:
5457
strategy:
5558
matrix:
5659
include:
57-
- target: '!(*musl*|*windows-arm64*|*android*)' # xgo
60+
- target: '!(*musl*|*windows-arm64*|*android*|*freebsd*)' # xgo
5861
hash: "md5"
5962
- target: 'linux-!(arm*)-musl*' #musl-not-arm
6063
hash: "md5-linux-musl"
@@ -64,6 +67,9 @@ jobs:
6467
hash: "md5-windows-arm64"
6568
- target: 'android-*' #android
6669
hash: "md5-android"
70+
- target: 'freebsd-*' #freebsd
71+
hash: "md5-freebsd"
72+
6773
name: Beta Release
6874
runs-on: ubuntu-latest
6975
steps:

0 commit comments

Comments
 (0)