You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have a nix flake that could build several variants of Zwift.
A variant that would build a container as today
A variant that would build a minimal container that uses a volume for Zwift and on first run it will simply start the Zwift download silently
A variant that would install wine binary and install Zwift and it's dependencies and launch Zwift on host machine instead of a container
A variant that would compile wine (statically if possible) and launch Zwift on host instead of container
Could then have a GitHub action with matrices build that would compile/install wine for different architectures, both for containers but also native builds.
The text was updated successfully, but these errors were encountered:
Would be nice to have a nix flake that could build several variants of Zwift.
Could then have a GitHub action with matrices build that would compile/install wine for different architectures, both for containers but also native builds.
The text was updated successfully, but these errors were encountered: