Skip to content

Commit ee7a44c

Browse files
fix incorrect arch
1 parent 6ece844 commit ee7a44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/default/mate/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INCLUDE_LIST="$BUILD_CONFIG_DIR/$BUILDNAME/include.list"
1515
EXTRA_INCLUDE_LIST="$BUILD_CONFIG_DIR/$BUILDNAME/include-i.list"
1616
EXTRA_CONFIG_SCRIPT="$BUILD_CONFIG_DIR/$BUILDNAME/extra-config.sh"
1717
OUT_DIR="${ROOT_DIR}/out/${BUILDNAME}"
18-
BUILD_ARCH="aarch64 armhf amd64"
18+
BUILD_ARCH="arm64 armhf amd64"
1919
PLUGIN_DIR="${ROOT_DIR}/plugins"
2020
INCLUDE_PACKAGES="$(cat "$INCLUDE_LIST")"
2121
SUITE="hirsute" # (recomended: hirsute)

0 commit comments

Comments
 (0)