1
0
Fork 0
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:
Henrik Hautakoski 2021-12-30 18:59:31 +01:00
parent ed1341a72b
commit 26369545af

View file

@ -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