diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index d41f03e..4273963 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -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, -, # For BSDs, set the tags: bsd, -, - 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