Replies: 2 comments 1 reply
-
Well, for me the second one does not work and I don't see how it could work. The ARM release indeed exists, but for in-development master branch (for upcoming version 4.0.0, not for 3.4.x). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Argh, you are right, looks like I faked myself out after getting the 4.0.0 ones from the artifacts. Any chance of a 3.4.x build on arm64? Or is 4.0.0 stable enough for use? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found the linux-arm64 build action in GitHub actions and was able to guess the release download URL on the releases page. I hope to test this on Alma Linux aarch64 shortly. Presumably the code that generates the table on the Releases page needs to be updated? But, I don't understand why it doesn't appear in the artifacts list?
For example:
https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-linux-x64.tar.xz
and
https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-linux-arm64.tar.xz
both work, but the second one is not mentioned in the artifacts and is missing from the table.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions