Add Debian x86 and x86_64 runners.
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Failing after 20s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Failing after 22s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Has been cancelled
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Has been cancelled
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Failing after 20s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Failing after 22s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Has been cancelled
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Has been cancelled
This commit is contained in:
parent
83a02392f8
commit
9583e48aa0
1 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,15 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# TODO: Add more operating systems and architectures
|
||||
os: [alpine-v3.19]
|
||||
#
|
||||
# Required packages for Alpine: git go nodejs make gcc openssl-dev
|
||||
# Required packages for Debian: git golang nodejs make gcc libssl-dev
|
||||
#
|
||||
# Then clone https://git.telodendria.io/Telodendria/act_runner,
|
||||
# do a go build, ./act_runner register, then ./act_runner daemon.
|
||||
#
|
||||
## For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
||||
os: [alpine-v3.19, debian-v12.4]
|
||||
arch: [x86, x86_64]
|
||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue