-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add build support for arm64 #740
Add build support for arm64 #740
Conversation
.github/dependabot.yml
Outdated
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily |
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.
can we do less than daily? I don't think the actions versions are super important that they deserve a daily check/update
overall looks good 🙏 |
Cool. I'll refactor and clean it up. GitHub actions check schedule I'll set to weekly. True update frequency is driven by when upstream have new major releases. |
@Firefishy can we merge this? |
rasterio still doesn't provide wheels for Mac OS AMD64 so this PR needs to wait for rasterio/rasterio-wheels#69 |
@vincentsarago Sorry, I have been away in South Africa for a month. I am now back and can get this PR into shape. |
I've commented out I'm going to merge this PR because I think it provides nice enhancements to the CI |
THIS IS FOR COMMENT. Needs some clean-up / refactor work.
What I am changing
docker/metadata-action
(also fix a case sensitive bug on fork)How I did it
How you can test it
Related Issues