Try arm64

This commit is contained in:
Michael Hansen 2022-05-04 16:57:37 -04:00
commit 787bf8cb81

2
Jenkinsfile vendored
View file

@ -35,7 +35,7 @@ pipeline {
DOCKER_BUILDKIT = '1'
// DOCKER_PLATFORM = 'linux/amd64,linux/arm64,linux/arm/v7'
DOCKER_PLATFORM = 'linux/amd64'
DOCKER_PLATFORM = 'linux/arm64'
DOCKER_TAG = 'mycroftai/mimic3'
DOCKER_OUTPUT = '--load'