This is an automated email from the ASF dual-hosted git repository.
jcabrerizo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-client.git
The following commit(s) were added to refs/heads/master by this push:
new 9b8dc2d add arm and arm64 as available architectures
new b8145cb Merge pull request #101 from jcabrerizo/add-arm64
9b8dc2d is described below
commit 9b8dc2dbd8418b4620f5e5d9931f73ad2a1da194
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Thu Sep 28 17:31:54 2023 +0100
add arm and arm64 as available architectures
---
cli/release/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/release/build.sh b/cli/release/build.sh
index ab05284..10c33ad 100755
--- a/cli/release/build.sh
+++ b/cli/release/build.sh
@@ -24,7 +24,7 @@ echo "GO386=$GO386"
# Constants
#
OSVALUES="darwin freebsd linux netbsd openbsd windows"
-ARCHVALUES="386 amd64"
+ARCHVALUES="386 amd64 arm arm64"
BRNAME="br"
PROJECT_PACKAGE="github.com/apache/brooklyn-client/cli"
CLI_EXECUTABLE="${PROJECT_PACKAGE}/${BRNAME}"