summaryrefslogtreecommitdiff
path: root/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile')
-rw-r--r--packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
index 0f9cb7e3..14507fdc 100644
--- a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
+++ b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
@@ -20,10 +20,13 @@
@Library('vyos-build@current')_
def pkgList = [
- ['name': 'aws-gateway-load-balancer-tunnel-handler',
- 'scmCommit': 'f78058a',
- 'scmUrl': 'https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler',
- 'buildCmd': 'cd ..; ./build.sh'],
+ [
+ 'name': 'aws-gateway-load-balancer-tunnel-handler',
+ 'scmCommit': 'f78058a',
+ 'scmUrl': 'https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler',
+ 'buildCmd': "./build.sh",
+ 'architecture': ['amd64', 'arm64'],
+ ],
]
// Start package build using library function from https://github.com/vyos/vyos-build