Skip to content

Commit

Permalink
Merge pull request #292 from Kong/feat/ubuntu-20-04
Browse files Browse the repository at this point in the history
feat(ubuntu) add Ubuntu focal focus as a target
  • Loading branch information
hutchic authored Jun 10, 2020
2 parents 75905ca + 9045a41 commit 44f5727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ pipeline {
sh 'git clone --single-branch --branch ${KONG_SOURCE} https://github.com/Kong/kong.git ${KONG_SOURCE_LOCATION}'
sh 'export BUILDX=false RESTY_IMAGE_TAG=bionic && make package-kong && make test && make cleanup'
sh 'export CACHE=false UPDATE_CACHE=true RESTY_IMAGE_TAG=xenial DOCKER_MACHINE_ARM64_NAME="jenkins-kong-"`cat /proc/sys/kernel/random/uuid` && make package-kong && make test'
sh 'export BUILDX=false RESTY_IMAGE_TAG=focal && make package-kong && make test && make cleanup'
}
post {
always {
Expand Down

0 comments on commit 44f5727

Please sign in to comment.