Merge pull request #400 from sever-sever/T5261

T5261: build aws-gwlbtun replace build sh to build python Jenkins
This commit is contained in:
Viacheslav Hletenko 2023-09-12 10:43:35 +03:00 committed by GitHub
commit 31307dea67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ def pkgList = [
'name': 'aws-gateway-load-balancer-tunnel-handler',
'scmCommit': 'f78058a',
'scmUrl': 'https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler',
'buildCmd': "./build.sh",
'buildCmd': "cd ..; ./build.py",
'architecture': ['amd64', 'arm64'],
],
]