-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doctl: Resolve versions based on GitHub releases
Previously, doctl was pinned to a rather old release (1.56.0). Use the `GitHubVersionStrategy` to find versions based on GH releases, and simplify URL construction by providing a `BinaryTemplate` rather than a full `URLTemplate`, since the binaries live at standard GitHub release paths. While we're here, add support for doctl Linux ARM binaries since they are now available. Signed-off-by: Adam Wolfe Gordon <awg@xvx.ca>
- Loading branch information
Showing
2 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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