Skip to content

Commit

Permalink
make updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 7, 2024
1 parent 44b7071 commit 670cae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cableos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export PACKER_LOG
all: cableos.tar.gz
$(eval $(call check_packages_deps))

deps: check-deps clean
${PACKER} init . deps.pkr.hcl && ${PACKER} build -var timeout=${TIMEOUT} deps.pkr.hcl

debirf.tar.gz: check-deps clean
# ${PACKER} build template.json
${PACKER} init . cableos.pkr.hcl && ${PACKER} build -var timeout=${TIMEOUT} cableos.pkr.hcl
Expand Down

0 comments on commit 670cae7

Please sign in to comment.