Skip to content

Commit

Permalink
arm64: Cleanup previous artifacts before build (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Nov 4, 2024
1 parent d2cf4d4 commit 08a543b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-pinebookpro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ free_space="500"
rootdir=$(pwd)
basedir=$(pwd)/pinebook-pro

rm -rf "${basedir}"
mkdir -p "${basedir}"
cd "${basedir}"

Expand Down
1 change: 1 addition & 0 deletions build-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ version=8.0
YYYYMMDD="$(date +%Y%m%d)"
imagename=elementaryos-$version-$channel-rpi-$YYYYMMDD

rm -rf "${basedir}"
mkdir -p "${basedir}"
cd "${basedir}"

Expand Down

0 comments on commit 08a543b

Please sign in to comment.