Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: force x86_64 to amd64 to ensure consistency
  • Loading branch information
adamsutton committed Jan 16, 2016
1 parent 11eef56 commit c5881b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions support/lib.sh
Expand Up @@ -45,6 +45,9 @@ if [ -z "$CODENAME" ]; then
# TODO: support more than debian
fi

# Convert x86_64 (ensure uniformity)
[ "${ARCH}" = "x86_64" ] && ARCH=amd64

# ############################################################################
# Config
# ############################################################################
Expand Down

0 comments on commit c5881b3

Please sign in to comment.