Skip to content

Commit dae1c1d

Browse files
committed
Merge branch 'fix/fix-ci' into dev
2 parents dabecca + c2cabf0 commit dae1c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pipeline {
302302
steps {
303303
script {
304304
def flavours = ['slim', 'alpine']
305-
def arches = ['amd64', 'armv7', 'armv8']
305+
def arches = ['amd64', 'arm32v7', 'arm64v8']
306306
def images = [:]
307307

308308
flavours.each { flavour ->

0 commit comments

Comments
 (0)