|
82 | 82 | "cp scripts/helper/templates/body-github-pre-releases-test.md .github/workflows/", |
83 | 83 | "cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-all.yml", |
84 | 84 | "cat scripts/helper/templates/build-xbbli-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbli.yml", |
85 | | - "cat scripts/helper/templates/build-xbbla-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla.yml", |
| 85 | + "cat scripts/helper/templates/build-xbbla32-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla32.yml", |
| 86 | + "cat scripts/helper/templates/build-xbbla64-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla64.yml", |
86 | 87 | "cat scripts/helper/templates/build-xbbmi-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbmi.yml", |
87 | 88 | "cat scripts/helper/templates/build-xbbma-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbma.yml", |
88 | 89 | "cat scripts/helper/templates/test-prime-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-prime.yml", |
|
93 | 94 | ], |
94 | 95 | "trigger-workflow-build-all": "bash scripts/helper/trigger-workflow-build.sh", |
95 | 96 | "trigger-workflow-build-xbbli": "bash scripts/helper/trigger-workflow-build.sh --machine xbbli", |
96 | | - "trigger-workflow-build-xbbla": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla", |
| 97 | + "trigger-workflow-build-xbbla32": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla32", |
| 98 | + "trigger-workflow-build-xbbla64": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla64", |
97 | 99 | "trigger-workflow-build-xbbmi": "bash scripts/helper/trigger-workflow-build.sh --machine xbbmi", |
98 | 100 | "trigger-workflow-build-xbbma": "bash scripts/helper/trigger-workflow-build.sh --machine xbbma", |
99 | 101 | "trigger-workflow-test-prime": "bash scripts/helper/tests/trigger-workflow-test-prime.sh", |
|
0 commit comments