Skip to content

Commit

Permalink
Add support for generic-x86-64 machine (#70)
Browse files Browse the repository at this point in the history
The Intel NUC machine runs on most UEFI capable x86-64 machines today.
Lets start a new machine generic-x86-64 which will replace intel-nuc
over time.
  • Loading branch information
agners authored Feb 26, 2021
1 parent 69e1419 commit 8c4b820
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 @@ -34,6 +34,7 @@ BUILD_TYPE="addon"
BUILD_TASKS=()
BUILD_ERROR=()
declare -A BUILD_MACHINE=(
[generic-x86-64]="amd64" \
[intel-nuc]="amd64" \
[odroid-c2]="aarch64" \
[odroid-c4]="aarch64" \
Expand Down

0 comments on commit 8c4b820

Please sign in to comment.