-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
feat: support tilt since 0.22.15 #1010
Conversation
Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the Developer Certificate of Origin (DCO) which is used by this project. Read the DCO and project contributing guide carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken. 💡 Shall we fix this?This will only take a few moments. First, clone your fork and checkout this branch using the git CLI. Next, set up your real name and email address:
Finally, run one of these commands to add the "Signed-off-by" line to your commits. If you only have one commit so far then run: Check that the message has been added properly by running "git log". |
Output for
|
Signed-off-by: Brian Ojeda <brian@recurforever.com>
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.
Seems fine and necessary, thanks for the PR!
What are the next steps for this PR? |
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.
Approved
Hi @sgtoj I work on open source as a spare time thing, and because my number of GitHub Sponsors has tanked massively, I am unable to dedicated as much time as they need. If we all want to make this better, I'd encourage folks to read the notes in the README about how to support arkade. Separately, thanks again for the PR, even if it took me a while to get to it. Alex |
Description
#1009 - Minor update to remove the out dated suffix of
_ALPHA
fortilt
when installing on ARM.Motivation and Context
design/approved
by a maintainer (required)How Has This Been Tested?
If updating or adding a new CLI to
arkade get
, run:Types of changes
Documentation
./arkade get --format markdown
./arkade install --help
Checklist:
git commit -s