Update workflow.
This commit is contained in:
parent
4f0cf2f670
commit
6a6d379622
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue