Add Apple M1 support

This commit is contained in:
Robert Carosi
2022-10-02 15:45:11 +02:00
parent edcec60eae
commit 90dcad7cdf
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "nl.carosi"
version = "0.2.1"
version = "0.2.2"
java {
toolchain {
@@ -27,6 +27,10 @@ jib {
architecture = 'arm'
os = 'linux'
}
platform {
architecture = 'arm64'
os = 'linux'
}
}
}

Binary file not shown.