-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- installer to 2.3.2 - multipass to 1.11.1 - kubectl to 1.26.3
- Loading branch information
1 parent
20ec6d5
commit 67207fd
Showing
3 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ jobs: | |
- name: Download Multipass installer | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.10.1/multipass-1.10.1+win-win64.exe | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.11.1/multipass-1.11.1+win-win64.exe | ||
file-name: multipass.exe | ||
location: ${{ github.workspace }}/installer/windows | ||
- name: Download kubectl | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.26.0/bin/windows/amd64/kubectl.exe | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.26.3/bin/windows/amd64/kubectl.exe | ||
file-name: kubectl.exe | ||
location: ${{ github.workspace }}/installer/windows | ||
- name: Create installer | ||
|
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