chore: migrate from Upbound to Crossplane build infrastructure#101
Merged
schlingemann merged 10 commits intomainfrom Mar 23, 2026
Merged
chore: migrate from Upbound to Crossplane build infrastructure#101schlingemann merged 10 commits intomainfrom
schlingemann merged 10 commits intomainfrom
Conversation
3 tasks
1 task
Member
|
👋 if we can make ARM possible in parallel, that would be awesome. Not sure how feasible that is. |
Member
sdischer-sap
left a comment
There was a problem hiding this comment.
Great work. Put some comments.
Contributor
Author
Very good suggestion. Let's see first, whether the sequential approach works. Then I'd go for the parallel building. |
Member
|
Looks like something is failing in the builds. Let me know when I should do another review. |
5052615 to
117e3da
Compare
117e3da to
9885c90
Compare
9885c90 to
35d3daa
Compare
35d3daa to
41d7933
Compare
schlingemann
approved these changes
Mar 19, 2026
Member
schlingemann
left a comment
There was a problem hiding this comment.
Looks good. Let's give it a try and create a RC
2bfeaac to
ec1125c
Compare
ec1125c to
311a94f
Compare
1 task
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR migrates the project from using Upbound's build infrastructure to the upstream Crossplane build system.
Changes
.gitmodulesto usecrossplane/buildinstead ofupbound/buildlinux_amd64andlinux_arm64images separately usingmake build PLATFORM=...instead of relying on docker buildxmake publishtomake xpkg.buildandmake xpkg.release.publishfor crossplane package distributionimage.mktoimagelight.mkfor simpler image buildsprovider-cloudfoundryDockerfile using distroless base imagePROJECT_NAMEandPROJECT_REPOto usecrossplane-provider-{name}naming conventionMotivation
Align with Crossplane's upstream build tools and eliminate dependency on Upbound-specific infrastructure.