Skip to content

Commit 48af72c

Browse files
author
Christopher Horrell
committed
Add core to main architectures file
1 parent 64fa3c9 commit 48af72c

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ jobs:
100100

101101
# Docker Build #
102102

103+
- stage: Build
104+
before_script: *auto_skip
105+
name: 10 on core
106+
env:
107+
- NODE_VERSION="10"
108+
- VARIANT="core"
109+
103110
- stage: Build
104111
before_script: *auto_skip
105112
name: 10 on jessie
@@ -135,6 +142,13 @@ jobs:
135142
- NODE_VERSION="10"
136143
- VARIANT="stretch-slim"
137144

145+
- stage: Build
146+
before_script: *auto_skip
147+
name: 11 on core
148+
env:
149+
- NODE_VERSION="11"
150+
- VARIANT="core"
151+
138152
- stage: Build
139153
before_script: *auto_skip
140154
name: 11 on alpine
@@ -156,6 +170,13 @@ jobs:
156170
- NODE_VERSION="11"
157171
- VARIANT="stretch-slim"
158172

173+
- stage: Build
174+
before_script: *auto_skip
175+
name: 6 on core
176+
env:
177+
- NODE_VERSION="6"
178+
- VARIANT="core"
179+
159180
- stage: Build
160181
before_script: *auto_skip
161182
name: 6 on jessie
@@ -198,6 +219,13 @@ jobs:
198219
- NODE_VERSION="6"
199220
- VARIANT="stretch-slim"
200221

222+
- stage: Build
223+
before_script: *auto_skip
224+
name: 8 on core
225+
env:
226+
- NODE_VERSION="8"
227+
- VARIANT="core"
228+
201229
- stage: Build
202230
before_script: *auto_skip
203231
name: 8 on jessie

architectures

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bashbrew-arch variants
22
arm32v6 alpine
3-
arm32v7 jessie,jessie-slim,onbuild,stretch,stretch-slim
4-
arm64v8 alpine,onbuild,stretch,stretch-slim
5-
amd64 jessie,jessie-slim,alpine,onbuild,stretch,stretch-slim
3+
arm32v7 core,jessie,jessie-slim,onbuild,stretch,stretch-slim
4+
arm64v8 alpine,core,onbuild,stretch,stretch-slim
5+
amd64 core,jessie,jessie-slim,alpine,onbuild,stretch,stretch-slim
66
i386 alpine
7-
ppc64le alpine,onbuild,stretch,stretch-slim
8-
s390x alpine,onbuild,stretch,stretch-slim
7+
ppc64le alpine,core,onbuild,stretch,stretch-slim
8+
s390x alpine,core,onbuild,stretch,stretch-slim

0 commit comments

Comments
 (0)