Added windows arm64 release (#1244)

Co-authored-by: Hidetake Iwata <int128@gmail.com>
This commit is contained in:
Rahul Somasundaram
2025-01-19 07:42:57 +05:30
committed by GitHub
parent 6099a60aad
commit e7819f15eb
2 changed files with 9 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ jobs:
- runs-on: windows-latest
GOOS: windows
GOARCH: amd64
- runs-on: windows-latest
GOOS: windows
GOARCH: arm64
runs-on: ${{ matrix.platform.runs-on }}
env:
GOOS: ${{ matrix.platform.GOOS }}

View File

@@ -60,3 +60,9 @@ spec:
matchLabels:
os: windows
arch: amd64
- bin: kubelogin.exe
{{ addURIAndSha "https://github.com/int128/kubelogin/releases/download/{{ .TagName }}/kubelogin_windows_arm64.zip" .TagName }}
selector:
matchLabels:
os: windows
arch: arm64