packer: build-image should run in the build directory
Specifically, right now I'm building board definitions from the packer-builder-arm repo, so the script should run from there.
This commit is contained in:
parent
2932f593a0
commit
412cc5f22f
|
@ -33,5 +33,6 @@ preflight () {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_image () {
|
build_image () {
|
||||||
|
cd build/packer-builder-arm
|
||||||
packer build ${PACKER_BUILD_FILE}
|
packer build ${PACKER_BUILD_FILE}
|
||||||
}
|
}
|
Loading…
Reference in New Issue