To recreate commits with GPG signaturegit fetch upstream && git rebase --force --gpg-sign upstream/main
Based on #13
Description of the change:
Builds the gameserver container with an array of JDK versions.
Motivation for the change:
Currently, all three images are only built and published based on JDK17. Since these are all intended for testing various combinations of components to ensure compatibility and functionality, it's important for our test scenarios to cover as many supported combinations as is feasible.
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Based on #13
Description of the change:
Builds the gameserver container with an array of JDK versions.
Motivation for the change:
Currently, all three images are only built and published based on JDK17. Since these are all intended for testing various combinations of components to ensure compatibility and functionality, it's important for our test scenarios to cover as many supported combinations as is feasible.
How to manually test:
./gameserver/build.bash