ci: make sure BUILDPLATFORM is set in github actions#136
Merged
mergify[bot] merged 1 commit intobpfman:mainfrom Sep 6, 2024
Merged
ci: make sure BUILDPLATFORM is set in github actions#136mergify[bot] merged 1 commit intobpfman:mainfrom
mergify[bot] merged 1 commit intobpfman:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
=======================================
Coverage 27.61% 27.61%
=======================================
Files 81 81
Lines 6999 6999
=======================================
Hits 1933 1933
Misses 4877 4877
Partials 189 189
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
msherif1234
pushed a commit
to msherif1234/bpfman-operator
that referenced
this pull request
Dec 17, 2024
…s/ocp-bpfman chore(deps): update ocp-bpfman to 878f25e
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.
#121 removed the BUILDPLATFORM initialization from the Containerfiles.* (ARG BUILDPLATFORM=linux/amd64 -> ARG BUILDPLATFORM). The bpfman-operator Makefile sets that ARG manually, but it wasn't being set in the github actions. This PR adds BUILDPLATFORM to build-arg parameter passed to the docker github action.