New version

This commit is contained in:
James Cole
2019-11-28 20:22:05 +01:00
parent 7daedc6c5a
commit 8ce3f8dc60
2 changed files with 5 additions and 5 deletions

View File

@@ -14,21 +14,21 @@ jobs:
include:
- dist: xenial
arch: amd64
env: ARCH=amd64 CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=amd64 CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: ARCH=arm CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=arm CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: arm64
env: ARCH=arm64 CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=arm64 CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: CHANNEL=beta VERSION=4.8.2-beta.2
env: CHANNEL=stable VERSION=4.8.2
stage: manifest
script: ./.deploy/docker/manifest.sh