mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try overriding entrypoint
This commit is contained in:
parent
fa6faa97ab
commit
a05e836e4b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ jobs:
|
|||
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
|
||||
container:
|
||||
image: ${{ inputs.container }}
|
||||
options: --privileged
|
||||
options: --privileged --entrypoing="/usr/bin/python3 /entrypoint.py"
|
||||
#volumes:
|
||||
# - /run/systemd/system:/run/systemd/system
|
||||
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||
|
|
Loading…
Add table
Reference in a new issue