Add a simple CI workflow for compiling Cytoplasm. #27

Merged
jordan merged 12 commits from ci into master 2024-01-13 16:08:45 +00:00
Showing only changes of commit 7830b91603 - Show all commits

View file

@ -15,7 +15,7 @@ jobs:
# 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]
os: [debian-v12.4, alpine-v3.19]
arch: [x86, x86_64]
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
steps: