Skip to content

Commit

Permalink
add support for odroid-c4 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek801 authored Oct 27, 2020
1 parent 16e5173 commit ebcdb1f
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 @@ -36,6 +36,7 @@ BUILD_ERROR=()
declare -A BUILD_MACHINE=(
[intel-nuc]="amd64" \
[odroid-c2]="aarch64" \
[odroid-c4]="aarch64" \
[odroid-n2]="aarch64" \
[odroid-xu]="armv7" \
[qemuarm]="armhf" \
Expand Down

0 comments on commit ebcdb1f

Please sign in to comment.