Has anyone seen an error like this before?
com.oracle.svm.hosted.NativeImageClassLoader @617faa95 tried to define prohibited package name: java.net.httpI don't know what the root cause was there, but switching to -jar fixed it^
separate issue though - is there a way to get github actions to build an exe with native image that works with m1 macs? This is my current config https://github.com/bowbahdoe/jresolve-cli/blob/main/.github/workflows/buildexe.yml (windows is broken, but i think i'll figure that out)
No, GHA doesn't have aarch64 support
I thought they did have aarch64 support, but it's just expensive: https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
yeah, no free support like cirrus
what is cirrus?
a CI
babashka etc use it to build for m1 / aarch64
ah...bummer
well, anyways