diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index cd0f2d2..2010266 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -3,4 +3,8 @@ buildContainerImage2( project: 'packages', archlist: ['amd64', 'arm64'], defaultBranch: 'master', + resources: [ + cpu: 4, + memory: '2Gi', + ], )