1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-02-09 14:15:17 +01:00
build-container-installer/lorax_templates/Makefile
2024-02-14 18:51:14 +00:00

4 lines
No EOL
127 B
Makefile

%.tmpl:
sed -i 's/@IMAGE_NAME@/$(image_name)' $*
sed -i 's/@IMAGE_REPO@/$(image_repo)' $*
sed -i 's/@VERSION@/$(version)' $*