1*f295b9dbSGlen Barber#!/bin/sh 2*f295b9dbSGlen Barber# 3*f295b9dbSGlen Barber# 4*f295b9dbSGlen Barber 5*f295b9dbSGlen Barber# Configuration file for release/release.sh to build arm64/aarch64 6*f295b9dbSGlen Barber# big-iron installation images (not system-on-chip (SoC) images). 7*f295b9dbSGlen Barber 8*f295b9dbSGlen BarberTARGET="arm64" 9*f295b9dbSGlen BarberTARGET_ARCH="aarch64" 10*f295b9dbSGlen BarberKERNEL="GENERIC" 11