10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-11 17:24:19 +00:00

chore(tests): Mock arch to make tests pass on arm host (#191)

Also add Windows arm64 download link test now that arm64 runners exist for Windows.
This commit is contained in:
Cornelius Roemer 2025-08-06 21:44:51 +02:00 committed by GitHub
parent 51463d68e8
commit 32bc12022d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 3 deletions

View file

@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache'
import * as core from '@actions/core'
const helmToolName = 'helm'
const stableHelmVersion = 'v3.13.3'
export const stableHelmVersion = 'v3.13.3'
export async function run() {
let version = core.getInput('version', {required: true})