Skip to content

Commit 67248de

Browse files
authored
try to support aarch64
1 parent 7115f9d commit 67248de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

get-dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ echo "---------------------------------------------------------------"
1313
get-debloated-pkgs --add-common --prefer-nano
1414

1515
# Comment this out if you need an AUR package
16+
if [ "$ARCH" = 'aarch64' ]; then
17+
PRE_BUILD_CMDS="sed -i -e 's|amd64|arm64|' ./PKGBUILD"
18+
fi
1619
make-aur-package opencode-desktop-bin
1720

1821
# If the application needs to be manually built that has to be done down here

0 commit comments

Comments
 (0)