diff --git a/.github/workflows/build-centos7.yml b/.github/workflows/build-centos7.yml deleted file mode 100644 index 2cdcce57..00000000 --- a/.github/workflows/build-centos7.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CentOS7 Build Job - -on: [push, pull_request] - -jobs: - build: - name: Build on CentOS7 - runs-on: ubuntu-latest - - steps: - - name: Set up Git repository - uses: actions/checkout@v1 - - name: Build LTFS - id: build - uses: LinearTapeFileSystem/CentOS7-Build@v1.4 - with: - destination: '/tmp/ltfs' diff --git a/README.md b/README.md index 14e2ebd8..0fa2a247 100644 --- a/README.md +++ b/README.md @@ -200,12 +200,8 @@ You need to add `--enable-lintape` as an argument of ./configure script if you w |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| | RHEL 8 | x86_64 | OK | | RHEL 8 | ppc64le | OK | - | RHEL 7 | x86_64 | OK | - | RHEL 7 | ppc64le | OK | | CentOS 8 (Rocky Linux) | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS8%20Build%20Job/badge.svg?branch=master) | | CentOS 8 (Rocky Linux) | ppc64le | Probably OK | - | CentOS 7 | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS7%20Build%20Job/badge.svg?branch=master) | - | CentOS 7 | ppc64le | Probably OK | | Fedora 28 | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Fedora28%20Build%20Job/badge.svg?branch=master) | | Ubuntu 16.04 LTS | x86_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2016.04%20Build%20Job/badge.svg?branch=master) | | Ubuntu 16.04 LTS | ppc64le | Probably OK |