Skip to content

Commit

Permalink
check arch
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Jan 30, 2025
1 parent 834d8fc commit fdea66e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ jobs:

- name: Install Helmfile
run: |
uname -u
VERSION=$(curl -s https://api.github.com/repos/helmfile/helmfile/releases/latest | jq -r '.tag_name')
VERSION_NO_V=${VERSION#v}
curl -L "https://github.com/helmfile/helmfile/releases/download/${VERSION}/helmfile_${VERSION_NO_V}_linux_amd64.tar.gz" -o /usr/local/bin/helmfile
Expand Down

0 comments on commit fdea66e

Please sign in to comment.