Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tls_verify_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Oct 20, 2024
2 parents 171a201 + 27d55ca commit ab9630c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-on-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_job:
# The host should always be linux
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

strategy:
Expand All @@ -29,6 +29,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
base_image: '--platform=linux/aarch64 ubuntu:20.04'

# Not required, but speeds up builds
githubToken: ${{ github.token }}
Expand Down

0 comments on commit ab9630c

Please sign in to comment.