Skip to content

Commit

Permalink
ci: fix build_on_arch ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Apr 28, 2024
1 parent 3ba056a commit 7efea29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_on_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ on:

jobs:
build_on_arch:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Build on ${{ matrix.distro }} for ${{ matrix.arch }}

strategy:
matrix:
include:
- arch: aarch64
distro: alpine_latest
- arch: s390x
distro: fedora_latest
- arch: s390x
distro: alpine_latest
- arch: ppc64le
distro: fedora_latest
distro: alpine_latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build
id: build
Expand Down

0 comments on commit 7efea29

Please sign in to comment.