mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2026-01-17 21:31:18 +01:00
build.yml: Try running multiarch builds on Debian bookworm
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user