Skip to content

Commit 37fcf7b

Browse files
author
nkowenski
committed
runs on ubuntu 24.04
1 parent 2347e91 commit 37fcf7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
build-push-quay:
1919
name: Build&Push
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
# strategy:
2222
# fail-fast: false
2323
# matrix:
@@ -38,15 +38,14 @@ jobs:
3838
run: |
3939
sudo apt-get update
4040
sudo apt-get install -y qemu-user-static
41-
sudo apt-get install -y rustc
4241
4342
- name: Build Image
4443
id: build_image
4544
uses: redhat-actions/buildah-build@main
4645
with:
4746
image: ${{ env.IMAGE_NAMESPACE }}
4847
tags: ${{ env.IMAGE_TAGS }} latest
49-
platforms: linux/386, linux/amd64, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
48+
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
5049
containerfiles: |
5150
./Dockerfile.gh
5251

0 commit comments

Comments
 (0)