File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
ls -f ${{inputs.formulae}} | xargs -n 1 echo - >> "$GITHUB_STEP_SUMMARY"
65
65
ls -f ${{inputs.formulae}} | jq -jcRn '[inputs|select(length>0)]' >> "$GITHUB_OUTPUT"
66
66
docker-build :
67
- runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-limited-large ' || 'ubuntu-22.04' }}
67
+ runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-small ' || 'ubuntu-22.04' }}
68
68
steps :
69
69
- name : Checkout
70
70
uses : actions/checkout@v4
87
87
deploys :
88
88
needs : [formulae-list, docker-build]
89
89
if : ${{ needs.formulae-list.outputs.formulae != '[]' && needs.formulae-list.outputs.formulae != '' }}
90
- runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-limited- large' || 'pub-hk-ubuntu-22.04-large' }}
90
+ runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-large' || 'pub-hk-ubuntu-22.04-large' }}
91
91
strategy :
92
92
max-parallel : ${{ fromJSON(inputs.concurrency) }}
93
93
matrix :
@@ -117,7 +117,7 @@ jobs:
117
117
mkrepo :
118
118
needs : [deploys]
119
119
if : ${{ inputs.dry-run == false && inputs.publish == true }}
120
- runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-limited-large ' || 'ubuntu-22.04' }}
120
+ runs-on : ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-small ' || 'ubuntu-22.04' }}
121
121
env :
122
122
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
123
123
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
28
28
29
29
jobs :
30
30
remove :
31
- runs-on : ${{ endsWith(inputs.stack, 'arm64') && 'pub-hk-ubuntu-22.04-arm-limited-large ' || 'ubuntu-22.04' }}
31
+ runs-on : ${{ endsWith(inputs.stack, 'arm64') && 'pub-hk-ubuntu-22.04-arm-small ' || 'ubuntu-22.04' }}
32
32
env :
33
33
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
34
34
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 54
54
docker-build :
55
55
needs : stack-list
56
56
if : ${{ needs.stack-list.outputs.stacks != '[]' && needs.stack-list.outputs.stacks != '' }}
57
- runs-on : ${{ endsWith(matrix.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-limited-large ' || 'ubuntu-22.04' }}
57
+ runs-on : ${{ endsWith(matrix.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-small ' || 'ubuntu-22.04' }}
58
58
strategy :
59
59
matrix :
60
60
stack : ${{ fromJSON(needs.stack-list.outputs.stacks) }}
91
91
strategy :
92
92
matrix :
93
93
stack : ${{ fromJSON(needs.stack-list.outputs.stacks) }}
94
- runs-on : ${{ endsWith(matrix.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-limited-large ' || 'ubuntu-22.04' }}
94
+ runs-on : ${{ endsWith(matrix.stack, '-arm64') && 'pub-hk-ubuntu-22.04-arm-small ' || 'ubuntu-22.04' }}
95
95
env :
96
96
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
97
97
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments