mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-02 11:18:35 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
|
|
init:
|
|
packer init -upgrade .
|
|
|
|
release:
|
|
packer build -only=release.proxmox.talos .
|
|
|
|
develop:
|
|
packer build -only=develop.proxmox.talos .
|