fix linux test runner name

This commit is contained in:
Daniel A. Wozniak 2024-11-10 14:55:33 -07:00 committed by Daniel Wozniak
parent 70e302b938
commit 054296f0c3
2 changed files with 3 additions and 2 deletions

View file

@ -114,7 +114,8 @@ jobs:
test:
name: Test
runs-on: linux-${{ inputs.arch }}
runs-on:
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
container:
image: ${{ inputs.container }}
# Full test runs. Each chunk should never take more than 2 hours.

View file

@ -112,7 +112,7 @@ jobs:
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
container:
image: ${{ inputs.container }}
options: --privileged --entrypoint="/usr/bin/python3 /entrypoint.py"
options: --privileged
#volumes:
# - /run/systemd/system:/run/systemd/system
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket