We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dc45a commit a701432Copy full SHA for a701432
.github/workflows/beta_release.yml
@@ -8,6 +8,9 @@ concurrency:
8
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
cancel-in-progress: true
10
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
changelog:
16
strategy:
@@ -54,7 +57,7 @@ jobs:
54
57
55
58
matrix:
56
59
include:
- - target: '!(*musl*|*windows-arm64*|*android*)' # xgo
60
+ - target: '!(*musl*|*windows-arm64*|*android*|*freebsd*)' # xgo
61
hash: "md5"
62
- target: 'linux-!(arm*)-musl*' #musl-not-arm
63
hash: "md5-linux-musl"
@@ -64,6 +67,9 @@ jobs:
64
67
hash: "md5-windows-arm64"
65
68
- target: 'android-*' #android
66
69
hash: "md5-android"
70
+ - target: 'freebsd-*' #freebsd
71
+ hash: "md5-freebsd"
72
73
name: Beta Release
74
runs-on: ubuntu-latest
75
steps:
0 commit comments