Update workflow.
Compile Cytoplasm / Compile-Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 9s Details
Compile Cytoplasm / Compile-Cytoplasm (x86, alpine-v3.19) (push) Successful in 18s Details

This commit is contained in:
Jordan Bancino 2024-01-12 15:54:55 -05:00
parent 4f0cf2f670
commit 6a6d379622
1 changed files with 5 additions and 1 deletions

View File

@ -4,8 +4,12 @@ on: [push]
jobs:
Compile-Cytoplasm:
strategy:
matrix:
os: [alpine-v3.19]
arch: [x86, x86_64]
# TODO: Add more architectures
runs-on: alpine-v3.19
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
steps:
- name: Check out repository.
uses: actions/checkout@v3