File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
build :
3
3
go build -o mobile ./cmd/mobile
4
4
5
+ build_linux :
6
+ env GOOS=linux GOARCH=amd64 go build -o mobile ./cmd/mobile
7
+
5
8
generate :
6
9
vendor/k8s.io/code-generator/generate-internal-groups.sh client github.com/aerogear/mobile-cli/pkg/client/mobile github.com/aerogear/mobile-cli/pkg/apis github.com/aerogear/mobile-cli/pkg/apis " mobile:v1alpha1"
7
10
vendor/k8s.io/code-generator/generate-internal-groups.sh client github.com/aerogear/mobile-cli/pkg/client/servicecatalog github.com/aerogear/mobile-cli/pkg/apis github.com/aerogear/mobile-cli/pkg/apis " servicecatalog:v1beta1"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ git clone https://github.com/aerogear/mobile-cli
36
36
37
37
```
38
38
glide install
39
- make
39
+ make build
40
40
```
41
41
To test run
42
42
@@ -49,7 +49,7 @@ To test run
49
49
To use the mobile-cli inside an APB container it needs to be compiled for the linux/amd64 platform:
50
50
51
51
```
52
- env GOOS=linux GOARCH=amd64 go build -o mobile ./cmd/mobile
52
+ make build_linux
53
53
```
54
54
55
55
### Install
You can’t perform that action at this time.
0 commit comments