Unverified Commit bf7e18f9 authored by Robert Edmonds's avatar Robert Edmonds Committed by GitHub

Merge pull request #759 from protobuf-c/edmonds/ci/multiarch-debian

build.yml: Try running multiarch builds on Debian bookworm
parents 53e0b201 93a7227b
......@@ -53,7 +53,6 @@ jobs:
include:
- arch: armv7
- arch: aarch64
- arch: riscv64
- arch: s390x
- arch: ppc64le
fail-fast: false
......@@ -68,7 +67,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
githubToken: ${{ github.token }}
distro: ubuntu22.04
distro: bookworm
install: |
apt-get update -q -y
apt-get install -q -y \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment