Commit d719938c authored by Marcel's avatar Marcel
Browse files

Set ARCH before calling imagename()

parent a8bcc6f4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -35,8 +35,8 @@ clean
# Order of arch is important. After building the amd64 image we can
# use most of it for the mac image.
for arch in amd64 mac i386; do
ARCH=${arch}
image=$(imagename)
echo "Building ${image} ..."
if [ ${arch} = "mac" ]; then
# There is no need to rebuild everything for the mac image
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment