Skip to content

Commit

Permalink
fix architecture of Raspberry Pi debian package [#1765]
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Dec 21, 2024
1 parent 1c9376e commit cd4f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-rpi-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NAME=artisan-linux-${VERSION}

# fix debian/DEBIAN/control _VERSION_ and arch
sed -i'' -e "s/_VERSION_/${VERSION}/g" debian/DEBIAN/control
sed -i'' -e "s/x86_64/armhf/g" debian/DEBIAN/control
sed -i'' -e "s/x86_64/arm64/g" debian/DEBIAN/control


# prepare debian directory
Expand Down

0 comments on commit cd4f04a

Please sign in to comment.