Skip to content

Commit

Permalink
Set the FRAMEWORK_VERSION build arg in arm builds (#3141)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Jan 23, 2025
1 parent bd1dacc commit 5b64126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
RELEASE=${{ env.GIT_VERSION }}
SOFTWARE_VERSION=${{ inputs.k3s_version }}
SOFTWARE_VERSION_PREFIX=k3s
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
FRAMEWORK_VERSION=v2.15.4
- name: Grype table
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
uses: anchore/[email protected]
Expand Down

0 comments on commit 5b64126

Please sign in to comment.