1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-09-29 01:21:59 +02:00

Reduced platforms to amd64 and arm64 only

This commit is contained in:
Parra 2021-12-21 13:21:00 +01:00
parent 382511f22a
commit d054ea39f2

2
Jenkinsfile vendored
View file

@ -35,7 +35,7 @@ pipeline {
axes {
axis {
name 'PLATFORM'
values 'linux/amd64', 'linux/386', 'linux/arm64', 'linux/arm'
values 'linux/amd64'
}
}
stages {