Skip to content

Commit

Permalink
Yet another test
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetii committed Mar 24, 2024
1 parent 03be4c6 commit 4d3b064
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Arch

on: [push]

Expand All @@ -8,18 +8,14 @@ jobs:

# The host should always be linux
runs-on: ubuntu-22.04

strategy:
matrix:
include:
- arch: aarch64
distro: ubuntu22.04
distro: ubuntu20.04
- arch: aarch64
distro: bullseye
- arch: ppc64le
distro: alpine_latest
- arch: none
distro: none
base_image: riscv64/busybox
distro: ubuntu22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -32,4 +28,4 @@ jobs:
# Not required, but speeds up builds
githubToken: ${{ github.token }}

shell: ./install.sh
run: ./install.sh
5 changes: 3 additions & 2 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: VM

on: [push]

Expand All @@ -11,6 +11,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04, macos-14]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Run install script
run: ./install.sh

0 comments on commit 4d3b064

Please sign in to comment.