Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomadbsd
Commits
d719938c
Commit
d719938c
authored
4 years ago
by
Marcel
Browse files
Options
Download
Email Patches
Plain Diff
Set ARCH before calling imagename()
parent
a8bcc6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release
+1
-1
release
with
1 addition
and
1 deletion
+1
-1
release
+
1
-
1
View file @
d719938c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment