tools.deploy.backend: include arch in staging image name.
parent
314dc05ab0
commit
4940130b91
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue