Alpine Linux tests
Add Dockerfile and corresponding tox file to add alpine linux 3.21 & 3.22 to the test suite Add apk as another package manager in the automated install tests Use short switches for su command as busybox's su does not accept long switches here Add Alpine test to github workflow Signed-off-by: Michael Ziminsky (Z) <mgziminsky@users.noreply.github.com>
This commit is contained in:
committed by
Michael Ziminsky (Z)
parent
0db48383ae
commit
d75dae788d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -73,6 +73,8 @@ jobs:
|
||||
fedora_40,
|
||||
fedora_41,
|
||||
fedora_42,
|
||||
alpine_3_21,
|
||||
alpine_3_22,
|
||||
]
|
||||
env:
|
||||
DISTRO: ${{matrix.distro}}
|
||||
|
||||
Reference in New Issue
Block a user