Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v22 Release #179

Merged
merged 44 commits into from
Nov 11, 2023
Merged

v22 Release #179

merged 44 commits into from
Nov 11, 2023

Conversation

MitchTalmadge
Copy link
Owner

@MitchTalmadge MitchTalmadge commented Nov 10, 2023

  • Support for latest AMP version & upgrade process
  • Support for updating AMP from the UI
  • Java switched to Adoptium
  • Support for JDK 21 (new default Java)
  • Upgraded to Debian 12
  • Support for Wine and Xvfb
  • Progress towards Space Engineers support
  • Support for games requiring python3-venv
  • Support for ARM64
  • Improved error handling on startup
  • Improved docker shutdown handling

Closes #162
Closes #164

rekonnected and others added 30 commits October 30, 2022 16:43
Splitting the dependencies into their own sets made it easier to selectively exclude the srcds dependencies when arch is arm64, since they don't work
This should hopefully enable Github Workflows to automatically build it in multiarch
Adapt Dockerfile and build.yml to enable arm64 builds
this should prevent the extra "image" directory from being created, which is blocking the deploy script from seeing the image with its hardcoded path

see https://github.com/actions/download-artifact#download-path-output
add name to artifact download
This provides the following updates:

- Switches to Debian 12 slim
- Uses Adoptium for Java
- Adds Wine & Xvfb
- Adds miscellaneous dependencies identified previously for specific games

My main goal here was to mirror the CubeCoders Docker images as closely as possible. While it doesn't make much difference in terms of how the image will function, it makes future changes between the two more streamlined.

Also adding support for Xvfb/Wine allows for many more games to run.

My next step will be adding Box/Box64 support for ARM systems to play I386 through emulation in a future Pull Request. :)
@MitchTalmadge MitchTalmadge mentioned this pull request Nov 10, 2023
@MitchTalmadge MitchTalmadge merged commit 5953169 into master Nov 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AMP 2.4.5.x I am swamped
3 participants