-
Notifications
You must be signed in to change notification settings - Fork 53
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
Use our repository for the CI #303
Conversation
054b098
to
cf8e2ac
Compare
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.
LGTM
packages/utils/jq/build.yaml
Outdated
- | | ||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \ | ||
mkdir -p /${PACKAGE_NAME}/usr/bin && \ | ||
curl -L https://github.com/stedolan/jq/releases/download/jq-${PACKAGE_VERSION}/jq-linux64 -o /${PACKAGE_NAME}/usr/bin/${PACKAGE_NAME} && \ |
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 use labels.github.owner
and labels.github.repo
here? I found it pretty useful to test pre-release or patched releases from my own forks
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.
done!
Also add envrc helper to expose raw img disk creation. Signed-off-by: Ettore Di Giacinto <[email protected]>
Co-authored-by: Darren Shepherd <[email protected]> Signed-off-by: Ettore Di Giacinto <[email protected]>
Ok tests were green for the CI, I just had to resolve the conflict on the |
Instead of polling mocaccino repositories, just install our toolset from our repository.
It also includes a commit that switches building nerdctl and k9s from source instead.