ci: run centos7 and centos8 builds nightly
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