Skip to content

Commit

Permalink
reformat default version schema (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller authored Dec 3, 2023
1 parent d490912 commit b6e28cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export CUSTOM_TAR := "build" / BASE_IMAGE + "." + PROFILE + ".tar"
export CUSTOMIZATION_PROFILE := "profiles" / PROFILE + ".toml"
export VARIANT := "pi45"
export IMAGE_CONFIG := "images/" + VARIANT + ".toml"
export VERSION := env_var_or_default("VERSION", `date +'%Y%m%d%H%M'`)
export VERSION := env_var_or_default("VERSION", `date +'%Y%m%d.%H%M'`)
export IMAGE_NAME := PREFIX + PROFILE + "_" + VARIANT + "_" + VERSION
export OUTPUT_IMAGE := "build" / IMAGE_NAME + ".img"
export BUILD_INFO := file_stem(IMAGE_NAME)
Expand Down

0 comments on commit b6e28cf

Please sign in to comment.