build-docker.yml: Revert to runner ubuntu-20.04

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-07-12 11:31:31 +02:00
parent 5d0d22bb34
commit 534ae4fb57
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 12 additions and 3 deletions

View File

@ -27,7 +27,7 @@ on:
jobs:
build:
if: ${{ github.repository == 'nextcloud/nextcloudpi' }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
ARCH: "${{ inputs.arch || 'x86' }}"
@ -39,6 +39,10 @@ jobs:
steps:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
# - name: setup binfmt
# run: |
# sudo apt-get install binfmt-support qemu-user-static
#
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
@ -71,7 +75,7 @@ jobs:
if: ${{ inputs.arch != 'armhf' }}
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
ARCH: "${{ inputs.arch || 'x86' }}"
@ -390,7 +394,7 @@ jobs:
test:
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
ARCH: "${{ inputs.arch || 'x86' }}"

5
updates/v1.51.5.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
source /usr/local/etc/library.sh
set_app_param nc-backup-auto BACKUPHOUR 3