Skip to content

Commit

Permalink
Pass ARTIFACT down to os-release template (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykarily committed Nov 8, 2023
1 parent a0285a5 commit 0f9499d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ OSRELEASE:

# quay.io/kairos/alpine or quay.io/kairos/ubuntu for example as this is just the repo
ARG OS_REPO=$(./naming.sh container_artifact_repo)
ARG ARTIFACT=$(./naming.sh bootable_artifact_name)

# kairos-core-alpine-3.18 or kairos-standard-ubuntu-20.04 for example
ARG OS_NAME=kairos-${VARIANT}-${FLAVOR}-${FLAVOR_RELEASE}

Expand Down

0 comments on commit 0f9499d

Please sign in to comment.