diff --git a/Jenkinsfile b/Jenkinsfile index 31eb36b7..8a077363 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {