build-boot: Add ARTIFACTS_DIR option
This commit is contained in:
parent
bbc8667c28
commit
c8761c0b7e
|
|
@ -36,4 +36,4 @@ esac
|
||||||
|
|
||||||
truncate -s 32M tmp.img
|
truncate -s 32M tmp.img
|
||||||
gzip tmp.img
|
gzip tmp.img
|
||||||
cp tmp.img.gz "/artifacts/boot-${BOARD_ID}.bin.gz"
|
cp tmp.img.gz "${ARTIFACTS_DIR:-/artifacts}/boot-${BOARD_ID}.bin.gz"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue