mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-19 05:10:02 +02:00
.github/workflows/release.yml: Build FreeBSD packages for more architectures.
This commit is contained in:
parent
ed1341a72b
commit
26369545af
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -65,13 +65,16 @@ jobs:
|
|||
asset_content_type: application/x-deb
|
||||
|
||||
package-freebsd:
|
||||
name: Package - FreeBSD
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [ 386, amd64, arm, arm64 ]
|
||||
name: Package - FreeBSD (${{matrix.arch}})
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: compile
|
||||
run: ./compile.sh --target=freebsd
|
||||
run: ./compile.sh --target=freebsd -a ${{matrix.arch}}
|
||||
|
||||
- name: Package
|
||||
id: package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue