tools.deploy.backend: include arch in staging image name.

db4
John Benediktsson 2012-06-19 17:13:33 -07:00
parent 314dc05ab0
commit 4940130b91
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ ERROR: can't-deploy-library-file library ;
] { } make ;
: staging-image-name ( profile -- name )
"-" join "staging." ".image" surround cache-file ;
"-" join "." my-arch 3append
"staging." ".image" surround cache-file ;
DEFER: ?make-staging-image