-
Notifications
You must be signed in to change notification settings - Fork 39
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
ci: limit the platforms that are build #89
ci: limit the platforms that are build #89
Conversation
@@ -9,8 +9,8 @@ on: | |||
jobs: | |||
build_bundle: | |||
name: build_bundle | |||
if: github.repository == 'csi-addons/kubernetes-csi-addons' |
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.
if we remove this won't these builds run on the fork repos?
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.
The other build_*
tests do not have this line. Without any configuration, forks get a single-platform build test.
16fdffe
to
29f243a
Compare
Signed-off-by: Niels de Vos <[email protected]>
Document the GitHub Environment variable `BUILD_PLATFORMS` that is now used in the jobs that test building container-images. Signed-off-by: Niels de Vos <[email protected]>
29f243a
to
06be13e
Compare
closing, just to re-open again and restart GitHub Workflows |
Interesting 🙄 When creating a branch for PR #90 in this repository, the CI jobs have restarted and are using the |
@Madhu-1 this is now working as expected, please review again. Thanks! |
Settings of the repository. 'Normal' environment variables seem not possible. | ||
|
||
An example of the GitHub Secret that will build the container-images on AMD64, | ||
and both 32-bit and 64-bit Arm platforms: |
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.
Arm
to ARM
?
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.
https://www.arm.com/ uses Arm (I think that the new capitalization was introduced with some rebranding a while ago)
Sync the upstream changes from `csi-addons/kubernetes-csi-addons:main` into the `main` branch
Document the GitHub Environment variable
BUILD_PLATFORMS
that is nowused in the jobs that test building container-images.