-
Notifications
You must be signed in to change notification settings - Fork 152
arm64 downloads #145
Comments
makes sense to define a new OS: "DarwinARM64" |
I have a couple of problems with this task at the moment:
That said, if someone would submit a pull request with the code changes and the downloads, I can have a look. |
No problem I could have a crack. Just a question regarding how you want to differentiate apple from intel chips in the list.json? |
That depends on how an M1 defines itself. The operating system used in the tarball list must be detectable by the function |
that looks about right. I ran locally and got these values: runtime.GOARCH => arm64 |
I have opened a new branch that should fix this issue. (https://github.com/datacharmer/dbdeployer/tree/arm-64-downloads) |
* Add downloads for arm64 (Issue #145) To add arm64 downloads (for Macs M1 and M2) it was necessary to make adjustments to the current downloads. Until now, they were either MacOs or Linux. In order to preserve the current functionality without much change, several downloads sub-commands have a new option --arch: * get-by-version * add (mandatory) * list * tree * Fix remote_registry_test * Update downloads version * Update sanity_check.sh to skip beta versions * Add capability for circular replication * Add experimental .goreleaser config * Improve test command run_sql_in_sandbox Add ability of doing comparisons other than "equals" * Update docs
Release v1.69.0 resolves this issue |
add some downloads for arm64, for M1 Macs. looks like just 8.0.27 but that's a good start
The text was updated successfully, but these errors were encountered: