Change docker-compose to support ARM

This commit is contained in:
istareatscreens
2024-09-05 08:33:38 -04:00
parent e8307cdcd9
commit a13611f601
4 changed files with 11 additions and 9 deletions

View File

@@ -131,4 +131,4 @@ tasks.withType<Javadoc> {
tasks.getByName<Jar>("jar") {
enabled = false
}
}