summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-14 23:37:51 +0530
committerAndinus <andinus@inventati.org>2020-03-14 23:37:51 +0530
commit3d25dff251cde9fad0582fd31e2ad4b95bec0288 (patch)
treea4a894613bd3946c05c8efd5930fa944a028e8c1
parentd7f130bafd264f109178b995df179372ab4cf229 (diff)
downloadcetus-3d25dff251cde9fad0582fd31e2ad4b95bec0288.tar.gz
Build linux image with gitlab-ci
-rw-r--r--build/ci/gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ci/gitlab-ci.yml b/build/ci/gitlab-ci.yml
index a8ec0f4..da75beb 100644
--- a/build/ci/gitlab-ci.yml
+++ b/build/ci/gitlab-ci.yml
@@ -18,6 +18,8 @@ compile:
       - find *
       - cd $GOPATH/src/$REPO_NAME/cmd/cetus-nasa
       - GOOS=openbsd GOARCH=amd64 go build -o $CI_PROJECT_DIR/cetus-nasa-openbsd-amd64
+      - GOOS=linux GOARCH=amd64 go build -o $CI_PROJECT_DIR/cetus-nasa-linux-amd64
     artifacts:
       paths:
         - cetus-nasa-openbsd-amd64
+        - cetus-nasa-linux-amd64
2a4'>^
8e0d8d2a ^



aa26278a ^
e559c33d ^
291c6bc3 ^

6d5d41b3 ^
0a42be57 ^
6d5d41b3 ^
e0732ad0 ^

f9b4abe3 ^

46ee72f9 ^
aa26278a ^



6b697054 ^

acb152d4 ^

d91175e5 ^

2ca8f5b6 ^

1780148f ^

8258e7a3 ^

7982d706 ^

4be7833e ^

e8b2b719 ^

aa26278a ^
c71259c3 ^





e559c33d ^
291c6bc3 ^
a114fe88 ^

921f026c ^

213ccc01 ^

c71259c3 ^
5a625dd8 ^








6b697054 ^

6d5d41b3 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97