-
Notifications
You must be signed in to change notification settings - Fork 57
Action fails with ARM architecture #81
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
Comments
Hello @lbajsarowicz My apologies on the delay to respond. I just joined the team and we were transitioning on managing this repo. As an alternative, you may use the
For anyone intending to work on this. I wrote a GH job that cross-compiles to the |
@armenzg we are facing the same issue after migration to ARM architecture. When are you planning to support |
Hi @bbednarek I'm pushing for it. No news at the moment. Using the CLI directly will help you work around this. |
We moved to Sentry CLI, however it would be great to use official action instead. Do you have any updates on this? When do you plan to support ARM architecture? |
Hi @bbednarek I'm asking around as it's been a while since I moved on from this project a long time ago. |
ARM is almost main arch today, all our runners on ARM instances... and will be great to get this runner working |
Just wanted to add my 2 cents that this is really frustrating for our organisation as well - for anyone running github actions self-hosted cost management becomes important, and one of the ways to address that is running arm64 hosts. This works great for everything we use in terms of github actions except for sentry which isn't supporting arm64. It doesn't feel like it would take much work to update the current build to target pushing linux/amd64 and linux/arm64 images. |
yes, @bittercoder, we're having the same pain... only one x86 server (from ~100) in infrastructure and only for Sentry :) |
Now that GitHub supports github-hosted ARM64 runners out of the box, more people will stumble over this. Like me 😢 |
Until a fix is released, I built the exact same Docker image for ARM64, then created a local version of the action in .github/actions/sentry-action-release-arm64 with the new image. Apart from having to manually maintain the image, this is working fine for me. |
@noamcohen97 Can you contribute to this repo and add ARM support? |
A multi-arch build for version 1.7.0 is available at my fork: https://github.com/noamcohen97/sentry-action-release |
The latest images can now be found in the upstream container registry 🥳 |
Hello folks, Could you all please verify if it's working properly? My apologies on the delay and I hope this works! |
I don't think a new release is a must. All version uses the latest tag which was just updated. |
datapoint here to say that it works, thank you :) |
Environment
Steps to Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: