-
Notifications
You must be signed in to change notification settings - Fork 25
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
28 add arm support #45
Merged
Merged
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
28ea1f1
Added buildx arm support
nuvious 493a3ec
Attempt to fix buildx issue
nuvious 00fcab4
Disabling these workflows temporarily.
nuvious c961046
Corrected syntax of buildx setup
nuvious 3920380
Fixed issue with platform dependency in alpine for libxml2 and libxsl…
nuvious b130f4e
Fixed dependency for gcc
nuvious 48ec561
Reduced number of platforms; seems lxml is not compatible with linux/386
nuvious 9fee2e9
More tweaks to the dockerifle to support building lxml
nuvious bec74da
Switching to my docker repo
nuvious eee2054
Trying again, something keeps reverting on this.
nuvious 1fa7166
Trying a different build action
nuvious 075a264
One more change to get through the CICD fully.
nuvious 98a4493
Modified test-docker-image so it doesn't have to be modified for cont…
nuvious c5a196c
Restoring state for PR
nuvious 064d1be
Minor modification to minimize changes for pr
nuvious 19e8093
Trying to reduce the image size a bit
nuvious bd59e56
Reverting and branching before trying to do dockerhub testing
nuvious f9e3092
Modular build and release phase that tests arm64 using qemu
nuvious 14f717d
Removed limitation on parallel jobs used duing
nuvious bfad1b4
Bumped checkout version to resolve node.js warning.
nuvious a54ef37
Minor adjustment to comment in test-docker-image.sh
nuvious f43e3a4
Restricting build to arm64 no longer requires modifying the dockerfil…
nuvious 3465306
Newline re-added after removed in error.
nuvious a1822ff
Format and style
EpicWink 4e038bc
Test Docker image in main and pull-requests
EpicWink cc5d3e3
Handle invalid refs for Docker tag
EpicWink d07185f
Merge remote-tracking branch 'origin/master' into pr/nuvious/45
EpicWink 02bdb3e
Only push latest on release versions
EpicWink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I had build failures related to the lxml library which expects gcc and these libraries to be available to build. They likely don't build arm wheels so lxml needs to build from source.