Skip to content

Commit

Permalink
Add support for khadas-vim3 machine (#104)
Browse files Browse the repository at this point in the history
Add Khadas VIM3 machine, based on a Amlogic A311D with Cortex-A53/A73.
  • Loading branch information
agners authored Jul 28, 2021
1 parent 7c70091 commit bbaea08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ BUILD_ERROR=()
declare -A BUILD_MACHINE=(
[generic-x86-64]="amd64" \
[intel-nuc]="amd64" \
[khadas-vim3]="aarch64" \
[odroid-c2]="aarch64" \
[odroid-c4]="aarch64" \
[odroid-n2]="aarch64" \
Expand Down

0 comments on commit bbaea08

Please sign in to comment.