-
-
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
Try a native aarch64 build #167
base: main
Are you sure you want to change the base?
Conversation
@@ -60,7 +60,7 @@ jobs: | |||
|
|||
test: | |||
needs: [core, sdist_verify, rust] | |||
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main | |||
uses: sunpy/github-actions-workflows/.github/workflows/tox.yml@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently GH wont let you run cross-organization reuseable workflows on self-hosted or paid-for runners.
Before this gets there's a few things that need sorting, 1) a fork of the workflows (apparently) 2) the publish workflow needs to add aarch64 support 3) I need to be ok with paying for this. |
I have made it so the sunpy fork of the workflows pulls weekly on a cron, so it shouldn't drift out of date. I now just need to make the publish workflows work. |
b2c1e30
to
3d4be8d
Compare
f23b655
to
08ed0a1
Compare
This works when using OpenAstronomy/github-actions-workflows#247, the only real downside is the need to use the workflows from within the org. |
for science