Update workflow.
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 10s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 27s
Compile Cytoplasm / Compile Cytoplasm (x86, openbsd-v7.4) (push) Has been cancelled
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 10s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 27s
Compile Cytoplasm / Compile Cytoplasm (x86, openbsd-v7.4) (push) Has been cancelled
This commit is contained in:
parent
b39d2e4a36
commit
e81d7e1911
1 changed files with 6 additions and 3 deletions
|
@ -8,14 +8,17 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Add more operating systems and architectures
|
# TODO: Add more operating systems and architectures
|
||||||
#
|
#
|
||||||
# Required packages for Alpine: git go nodejs make gcc openssl-dev
|
# 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 Debian: git golang nodejs make gcc libssl-dev
|
||||||
|
# Required packages for OpenBSD: git go node
|
||||||
|
# (Note: OpenBSD does not have a 32-bit runner because it doesn't do well in QEMU.)
|
||||||
#
|
#
|
||||||
# Then clone https://git.telodendria.io/Telodendria/act_runner,
|
# Then clone https://git.telodendria.io/Telodendria/act_runner,
|
||||||
# do a go build, ./act_runner register, then ./act_runner daemon.
|
# do a go build, ./act_runner register, then ./act_runner daemon.
|
||||||
#
|
#
|
||||||
## For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
# For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
||||||
os: [debian-v12.4, alpine-v3.19]
|
# For BSDs, set the tags: bsd, <os>-<version>, <arch>
|
||||||
|
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4]
|
||||||
arch: [x86, x86_64]
|
arch: [x86, x86_64]
|
||||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue