From e2a3cb1fa59b22e8f0db4d396ba10d5335556729 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Wed, 16 Aug 2023 15:06:21 -0700 Subject: [PATCH] try older version of qeum step --- .drone.yml | 37 +++++++++++++++++-------------------- .gitea/workflows/build.yaml | 5 ++++- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index dcb73c1..b17a357 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,20 +1,17 @@ ---- -kind: template -load: multiarch-container.yaml -data: - repo: images/rotate-backups - # source: - # repo: https://gitea.jbrumond.me/images/rotate-backups - # ref: master - build_args: - - PYTHON_VERSION=3 - - ALPINE_VERSION=3.18 - - ROTATE_BACKUPS_VERSION=8.1 - tags: - - "8.1" - - "8" - platforms: - - os: linux - arch: arm64 - - os: linux - arch: amd64 +# --- +# kind: template +# load: multiarch-container.yaml +# data: +# repo: images/rotate-backups +# build_args: +# - PYTHON_VERSION=3 +# - ALPINE_VERSION=3.18 +# - ROTATE_BACKUPS_VERSION=8.1 +# tags: +# - "8.1" +# - "8" +# platforms: +# - os: linux +# arch: arm64 +# - os: linux +# arch: amd64 diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 12665c3..2c70234 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,7 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + # uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v1 + with: + image: tonistiigi/binfmt:qemu-v6.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2