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 4b504d57..59f03049 100644 --- a/README.md +++ b/README.md @@ -141,12 +141,8 @@ In some systems, you might need `sudo ldconfig -v` after `make install` to load |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| | RHEL 8 | x86\_64 | OK - Not checked automatically | | RHEL 8 | ppc64le | OK - Not checked automatically | - | RHEL 7 | x86\_64 | OK - Not checked automatically | - | RHEL 7 | ppc64le | OK - Not checked automatically | | 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 | OK - Not checked automatically | - | CentOS 7 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS7%20Build%20Job/badge.svg?branch=master) | - | CentOS 7 | ppc64le | OK - Not checked automatically | | 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 | OK - Not checked automatically |