From abdc5ba87e960b8fc2a5cc95fc5a994f1e6eb0a1 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 12 Jan 2024 20:33:51 -0500 Subject: [PATCH] Add FreeBSD 14 runner. --- .gitea/workflows/compile.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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