fixup! Actions: Enable aarch64 on all debian based targets

Actions doesn't like arrays of archs in this context
pull/3904/head
Aaron Kling 2024-03-25 17:08:48 -05:00
parent c008f60ed9
commit a7bfa3db0b
1 changed files with 16 additions and 4 deletions

View File

@ -14,16 +14,28 @@ jobs:
os_dist:
- os: debian
dist: bullseye
arch: [aarch64, x86_64]
arch: x86_64
- os: ubuntu
dist: focal
arch: [aarch64, x86_64]
arch: x86_64
- os: ubuntu
dist: jammy
arch: [aarch64, x86_64]
arch: x86_64
- os: debian
dist: bookworm
arch: [aarch64, x86_64]
arch: x86_64
- os: debian
dist: bullseye
arch: aarch64
- os: ubuntu
dist: focal
arch: aarch64
- os: ubuntu
dist: jammy
arch: aarch64
- os: debian
dist: bookworm
arch: aarch64
runs-on: ubuntu-latest
steps: