Commit 624717774e70eee0af44c0f6e1be9ed0da1328d2

Edward Thomson 2021-08-15T17:18:04

ci: run centos7 and centos8 builds nightly

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f0e9da9..d1a0be7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -43,6 +43,8 @@ jobs:
           dockerfile: bionic
           base: multiarch/ubuntu-core:arm64-bionic
           qemu: true
+        - name: centos7
+        - name: centos8
     runs-on: ubuntu-latest
     steps:
     - name: Check out repository