cryostatio / test-applications

Apache License 2.0
0 stars 3 forks source link

ci(gameserver): build with multiple JDK versions #14

Closed andrewazores closed 3 months ago

andrewazores commented 3 months ago

Welcome to Cryostat! 👋

Before contributing, make sure you have:

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:

  1. Check out PR
  2. ./gameserver/build.bash