Skip to content

Commit

Permalink
runs on ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent 2347e91 commit 37fcf7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -38,15 +38,14 @@ 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
uses: redhat-actions/buildah-build@main
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
Expand Down

0 comments on commit 37fcf7b

Please sign in to comment.