mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +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
|
asset_content_type: application/x-deb
|
||||||
|
|
||||||
package-freebsd:
|
package-freebsd:
|
||||||
name: Package - FreeBSD
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch: [ 386, amd64, arm, arm64 ]
|
||||||
|
name: Package - FreeBSD (${{matrix.arch}})
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
run: ./compile.sh --target=freebsd
|
run: ./compile.sh --target=freebsd -a ${{matrix.arch}}
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue