Remove Fedora ARMv7 builds (#2165)

* Remove Fedora ARMv7 builds
* Switch 'latest' to point at Debian builds
This commit is contained in:
abraunegg 2022-10-04 06:01:59 +11:00 committed by GitHub
parent 7fe242dfc0
commit e08c89ad0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 9 deletions

View File

@ -23,7 +23,7 @@ jobs:
include:
- flavor: fedora
dockerfile: ./contrib/docker/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
- flavor: debian
dockerfile: ./contrib/docker/Dockerfile-debian
platforms: linux/amd64,linux/arm64,linux/arm/v7
@ -49,11 +49,11 @@ jobs:
{{version}}
{{major}}.{{minor}}
flavor: ${{ matrix.flavor }}
main-flavor: ${{ matrix.flavor == 'fedora' }}
main-flavor: ${{ matrix.flavor == 'debian' }}
- uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:qemu-v6.2.0-26
image: tonistiigi/binfmt:latest
platforms: all
if: matrix.platforms != 'linux/amd64'

View File

@ -7,10 +7,10 @@ This client can be run as a Docker container, with 3 available options for you t
| Alpine Linux | alpine | Docker container based on Apline 3.16 using latest release |✔|❌|✔|
| Debian | edge-debian | Docker container based on Debian Bullseye using 'master' |✔|✔|✔|
| Debian | debian | Docker container based on Debian Bullseye using latest release |✔|✔|✔|
| Fedora | edge | Docker container based on Fedora 36 using 'master' |✔|✔|✔|
| Fedora | latest | Docker container based on Fedora 36 using latest release |✔|✔|✔|
| Fedora | edge-fedora | Docker container based on Fedora 36 using 'master' |✔||✔|
| Fedora | fedora | Docker container based on Fedora 36 using latest release |✔||✔|
| Debian | latest | Docker container based on Debian Bullseye using latest release |✔|✔|✔|
| Fedora | edge | Docker container based on Fedora 36 using 'master' |✔|❌|✔|
| Fedora | edge-fedora | Docker container based on Fedora 36 using 'master' |✔||✔|
| Fedora | fedora | Docker container based on Fedora 36 using latest release |✔||✔|
These containers offer a simple monitoring-mode service for the OneDrive Client for Linux.
@ -22,8 +22,6 @@ The instructions below will utilise the 'latest' tag, however this can be substi
Additionally there are specific version release tags for each release. Refer to https://hub.docker.com/r/driveone/onedrive/tags for any other Docker tags you may be interested in.
**Note:** If you are using Debian or Ubuntu platforms, it is recommended you use the 'debian' Docker tag rather than 'latest' to ensure maximum compatability with your Debian or Ubuntu ecosystem.
## Basic Setup
### 0. Install docker using your distribution platform's instructions
1. Ensure that SELinux has been disabled on your system. A reboot may be required to ensure that this is correctly disabled.