build-boot: Add ARTIFACTS_DIR option

This commit is contained in:
Johan Gunnarsson 2021-08-05 19:47:30 +02:00
parent bbc8667c28
commit c8761c0b7e
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ esac
truncate -s 32M 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"