Add FreeBSD 14 runner.
All checks were successful
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86_64, freebsd-v14.0) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86, freebsd-v14.0) (push) Successful in 22s
All checks were successful
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86_64, freebsd-v14.0) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86, freebsd-v14.0) (push) Successful in 22s
This commit is contained in:
parent
b7e8980a17
commit
abdc5ba87e
1 changed files with 4 additions and 2 deletions
|
@ -11,9 +11,11 @@ jobs:
|
|||
# Required packages for Alpine: git go nodejs make gcc musl-dev openssl-dev
|
||||
# Required packages for Debian: git golang nodejs make gcc libssl-dev
|
||||
# Required packages for OpenBSD: git go node
|
||||
# Required packages for FreeBSD: git go node
|
||||
#
|
||||
# Note that Git, Go, and Node are only required on runners; they are
|
||||
# not generally required for compiling cytoplasm.
|
||||
# not generally required for compiling cytoplasm. Conveniently, this means
|
||||
# that on the BSDs, no additional packages are required to use Cytoplasm!
|
||||
#
|
||||
# To set up a runner, install the packages, then clone
|
||||
# https://git.telodendria.io/Telodendria/act_runner, do a go build,
|
||||
|
@ -21,7 +23,7 @@ jobs:
|
|||
#
|
||||
# For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
||||
# For BSDs, set the tags: bsd, <os>-<version>, <arch>
|
||||
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4]
|
||||
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0]
|
||||
arch: [x86, x86_64]
|
||||
exclude:
|
||||
# 32-bit OpenBSD does not behave well in QEMU. Even when using
|
||||
|
|
Loading…
Reference in a new issue