From 37fcf7bb03adf793e8180f96041fe0758c1edaf7 Mon Sep 17 00:00:00 2001 From: nkowenski Date: Wed, 25 Sep 2024 22:56:33 +0200 Subject: [PATCH] runs on ubuntu 24.04 --- .github/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1544512..0d2993d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ env: jobs: build-push-quay: name: Build&Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 # strategy: # fail-fast: false # matrix: @@ -38,7 +38,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y qemu-user-static - sudo apt-get install -y rustc - name: Build Image id: build_image @@ -46,7 +45,7 @@ jobs: with: image: ${{ env.IMAGE_NAMESPACE }} tags: ${{ env.IMAGE_TAGS }} latest - platforms: linux/386, linux/amd64, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le, + platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le, containerfiles: | ./Dockerfile.gh