Wine update (#284)
* add wine 7-10 Add images for wine tagged to specific versions * wine 9 remove libldap package * add locales; cleanup the image * Update Dockerfile * missed locales package * sort packages * Update Dockerfile * update default env update all wine images with the same default env values set `winedebug` to `-all` remove `winearch=win64` as that is the default for wine * update readme and workflow * add wine 7-10 Add images for wine tagged to specific versions * wine 9 remove libldap package * update default env update all wine images with the same default env values set `winedebug` to `-all` remove `winearch=win64` as that is the default for wine * update readme and workflow --------- Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
3590298ab4
commit
a74ee17700
4
.github/workflows/wine.yml
vendored
4
.github/workflows/wine.yml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
tag:
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- "10"
|
||||
- latest
|
||||
- devel
|
||||
- staging
|
||||
|
Reference in New Issue
Block a user