Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1c71637d
Unverified
Commit
1c71637d
authored
Jan 07, 2020
by
Leonard Gram
Committed by
GitHub
Jan 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: package all binaries for enterprise (#21381)
parent
34d9274c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
scripts/build/build-all.sh
+9
-12
No files found.
scripts/build/build-all.sh
View file @
1c71637d
...
...
@@ -93,21 +93,18 @@ go run build.go -goos linux -pkg-arch amd64 -libc musl ${OPT} -skipRpm -skipDeb
#removing amd64 phantomjs bin for armv7/arm64 packages
rm tools/phantomjs/phantomjs
# build only amd64 for enterprise
if
echo
"
$EXTRA_OPTS
"
|
grep
-vq
enterprise
;
then
go run build.go
-goos
linux
-pkg-arch
armv6
${
OPT
}
-skipRpm
package-only
go run build.go
-goos
linux
-pkg-arch
armv7
${
OPT
}
package-only
go run build.go
-goos
linux
-pkg-arch
arm64
${
OPT
}
package-only
go run build.go
-goos
linux
-pkg-arch
armv7
-libc
musl
${
OPT
}
-skipRpm
-skipDeb
package-only
go run build.go
-goos
linux
-pkg-arch
arm64
-libc
musl
${
OPT
}
-skipRpm
-skipDeb
package-only
if
[
-d
'/tmp/phantomjs/darwin'
]
;
then
go run build.go
-goos
linux
-pkg-arch
armv6
${
OPT
}
-skipRpm
package-only
go run build.go
-goos
linux
-pkg-arch
armv7
${
OPT
}
package-only
go run build.go
-goos
linux
-pkg-arch
arm64
${
OPT
}
package-only
go run build.go
-goos
linux
-pkg-arch
armv7
-libc
musl
${
OPT
}
-skipRpm
-skipDeb
package-only
go run build.go
-goos
linux
-pkg-arch
arm64
-libc
musl
${
OPT
}
-skipRpm
-skipDeb
package-only
if
[
-d
'/tmp/phantomjs/darwin'
]
;
then
cp /tmp/phantomjs/darwin/phantomjs tools/phantomjs/phantomjs
else
else
echo
'PhantomJS binaries for darwin missing!'
fi
go run build.go
-goos
darwin
-pkg-arch
amd64
${
OPT
}
package-only
fi
go run build.go
-goos
darwin
-pkg-arch
amd64
${
OPT
}
package-only
if
[
-d
'/tmp/phantomjs/windows'
]
;
then
cp /tmp/phantomjs/windows/phantomjs.exe tools/phantomjs/phantomjs.exe
...
...
Write
Preview
Markdown
is supported
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