workflows: build arm64 images for Debian bookworm

Since cross-compiling packages is very slow, we only build packages for
the latest Debian version.  Now that we support Debian 12, bookworm,
that's the latest version, so let's change our workflow to make sure
that we continue to ship the latest version.
This commit is contained in:
brian m. carlson 2023-06-13 17:56:45 +00:00
parent 693cdfa4e6
commit c9fcc4d720
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1
2 changed files with 2 additions and 2 deletions

@ -167,7 +167,7 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: [arm64] arch: [arm64]
container: [debian_11] container: [debian_12]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

@ -163,7 +163,7 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: [arm64] arch: [arm64]
container: [debian_11] container: [debian_12]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: