Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-client/pull/14#discussion_r58523573
--- Diff: release/build.sh ---
@@ -42,6 +42,18 @@ sourcedir="."
label=""
timestamp=""
+declare -a builds
+function add_build () {
+ builds[${#builds[@]}]=$1
+}
+
+add_build darwin/amd64
+add_build linux/386
+add_build linux/amd64
+add_build windows/386
+add_build windows/amd64
+
--- End diff --
Let's go for 32 bit binaries on linux & windows. Will work for both 32 & 64
bit OSes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---