Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the missing "v" in front of k3s version #3168

Merged
merged 4 commits into from
Feb 4, 2025

Conversation

jimmykarily
Copy link
Contributor

and refactor steps

Fixes: #3167

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

and refactor steps

Fixes: #3167

Signed-off-by: Dimitris Karakasilis <[email protected]>
@jimmykarily jimmykarily force-pushed the fix-arm-artifact-names branch from a7186a8 to 1236e90 Compare February 4, 2025 07:08
@jimmykarily jimmykarily force-pushed the fix-arm-artifact-names branch from 1236e90 to 105c80b Compare February 4, 2025 07:14
SOFTWARE_VERSION="v$SOFTWARE_VERSION"
fi

IMAGE_REF=$(SOFTWARE_VERSION=${SOFTWARE_VERSION} SOFTWARE_VERSION_PREFIX=k3s FLAVOR=${{ inputs.flavor }} FLAVOR_RELEASE="${{ inputs.flavor_release }}" MODEL=${{ inputs.model }} TARGETARCH=arm64 VARIANT=${{ inputs.variant }} REGISTRY_AND_ORG="${{ env.REGISTRY }}" RELEASE=${{ env.RELEASE }} kairos-agent versioneer container-artifact-name)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RELEASE=${{ env.RELEASE }} is redundant (env is already set) but better put it there to make it clear what value is being used?

Signed-off-by: Dimitris Karakasilis <[email protected]>
@jimmykarily jimmykarily force-pushed the fix-arm-artifact-names branch from 9523688 to 7bdf705 Compare February 4, 2025 07:31
Signed-off-by: Dimitris Karakasilis <[email protected]>
@jimmykarily jimmykarily requested a review from a team February 4, 2025 07:49
@jimmykarily jimmykarily merged commit 297d841 into master Feb 4, 2025
55 of 56 checks passed
@jimmykarily jimmykarily deleted the fix-arm-artifact-names branch February 4, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

kairos-agent list-releases still doesn't work for arm
2 participants