File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ node('rhel8'){
5858 stage(' Package darwin-x64' ) {
5959 sh " vsce package --target darwin-x64 -o openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-x64.vsix"
6060 sh " sha256sum *-darwin-x64.vsix > openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-x64.vsix.sha256"
61+ sh " vsce package --target darwin-arm64 -o openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-arm64.vsix"
62+ sh " sha256sum *-darwin-arm64.vsix > openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-arm64.vsix.sha256"
6163 }
6264 }
6365
@@ -88,6 +90,7 @@ node('rhel8'){
8890 stage(" Publish to Marketplace" ) {
8991 withCredentials([[$class : ' StringBinding' , credentialsId : ' vscode_java_marketplace' , variable : ' TOKEN' ]]) {
9092 sh " vsce publish -p ${ TOKEN} --packagePath openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-x64.vsix"
93+ sh " vsce publish -p ${ TOKEN} --packagePath openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -darwin-arm64.vsix"
9194 sh " vsce publish -p ${ TOKEN} --packagePath openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -linux-x64.vsix"
9295 sh " vsce publish -p ${ TOKEN} --packagePath openshift-toolkit-${ packageJson.version} -${ env.BUILD_NUMBER} -win32-x64.vsix"
9396 }
You can’t perform that action at this time.
0 commit comments