ci: add freebsd to beta release

pull/7408/head
Andy Hsu 2024-10-21 00:05:56 +08:00
parent a2dc45a80b
commit a701432b8b
1 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions:
contents: write
jobs: jobs:
changelog: changelog:
strategy: strategy:
@ -54,7 +57,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- target: '!(*musl*|*windows-arm64*|*android*)' # xgo - target: '!(*musl*|*windows-arm64*|*android*|*freebsd*)' # xgo
hash: "md5" hash: "md5"
- target: 'linux-!(arm*)-musl*' #musl-not-arm - target: 'linux-!(arm*)-musl*' #musl-not-arm
hash: "md5-linux-musl" hash: "md5-linux-musl"
@ -64,6 +67,9 @@ jobs:
hash: "md5-windows-arm64" hash: "md5-windows-arm64"
- target: 'android-*' #android - target: 'android-*' #android
hash: "md5-android" hash: "md5-android"
- target: 'freebsd-*' #freebsd
hash: "md5-freebsd"
name: Beta Release name: Beta Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: