Skip to content

Commit 08a543b

Browse files
authored
arm64: Cleanup previous artifacts before build (#731)
1 parent d2cf4d4 commit 08a543b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-pinebookpro.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ free_space="500"
2222
rootdir=$(pwd)
2323
basedir=$(pwd)/pinebook-pro
2424

25+
rm -rf "${basedir}"
2526
mkdir -p "${basedir}"
2627
cd "${basedir}"
2728

build-rpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ version=8.0
2424
YYYYMMDD="$(date +%Y%m%d)"
2525
imagename=elementaryos-$version-$channel-rpi-$YYYYMMDD
2626

27+
rm -rf "${basedir}"
2728
mkdir -p "${basedir}"
2829
cd "${basedir}"
2930

0 commit comments

Comments
 (0)