-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Bug]: Looks like arm64 was dropped? #766
Comments
oh.I see the issue now, looks like the wrong version was stamped on the files:
|
Yeah it looks like the binary version is different then the release version. If you use the version in the file URLs does it work for you? I'll have to look into why the wrong filenames are being used though 🤔 |
Its all good, I will just stay on the version I am on and get the next version or the fixed version. Mainly just wanted to report the bug. |
I probably would not have noticed if you didn't, thanks! 👍 |
I think this was just me doing a release without fetching tags first, see #767 I also kicked off a new release that should have the right numbers. |
Nice, I just tried it and it all works. Thanks! |
What happened?
Release for arm64 seems to be dropped:
Version
Development (host) and target OS/architectures:
Linux workstation.smelser.org 6.6.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.47-1+rpt1 (2024-09-02) aarch64 GNU/Linux
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "aspect_rules_py", version = "1.0.0-rc0")
bazel_dep(name = "rules_python", version = "0.37.2", dev_dependency = True)
Language(s) and/or frameworks involved:
python/go
How to reproduce
If your on an arm64 instance, if you use the latest release, it will fail
Any other information?
No response
The text was updated successfully, but these errors were encountered: