-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: build & publish linux/arm64 images #253
Conversation
Can you provide some context please :) |
8626c57
to
04adbcd
Compare
Sure! I have edited the PR's description. |
Are you going to run lamassu on ARM architecture? |
Yes. Both in dev (locally, Apple Silicon) as well as in production (on my ARM64 VPS, which is noticeably cheaper than x86). |
Ok you need to resolve the conflict in pom.xml, since it now has the from image defined. |
There's also this:
|
04adbcd
to
95d5804
Compare
|
95d5804
to
c95d2c2
Compare
@testower What do you think about merging this? Are there any blockers? I'd love to use ARM64 images! |
I wouldn't mind this feature if the build actually passed. arm64 support is not a priority of mine, so if you want it. you'll have to sort it out. |
remotely related: #249
This PR configures Jib to build
linux/arm64
images, so one can run them natively on ARM machines, as documented here.