ci(container): actually use amd64 runner for amd64

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2026-04-20 01:06:38 -04:00
parent 48f240703f
commit 541e5ca9fe
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -33,7 +33,7 @@ jobs:
- arch: arm64
os: ubuntu-24.04-arm
- arch: amd64
os: ubuntu-24.04-arm
os: ubuntu-24.04
runs-on: ${{ matrix.os }}