File tree Expand file tree Collapse file tree 11 files changed +30
-30
lines changed
Expand file tree Collapse file tree 11 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 build :
22- runs-on : arm-runner
22+ runs-on : large-linux-arm
2323 timeout-minutes : 150
2424
2525 steps :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717
1818jobs :
1919 prepare :
20- runs-on : ubuntu-latest
20+ runs-on : large-linux-x86
2121 outputs :
2222 postgres_versions : ${{ steps.set-versions.outputs.postgres_versions }}
2323 steps :
3838 matrix :
3939 postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
4040 include :
41- - runner : arm-runner
42- arch : arm64
43- ubuntu_release : focal
44- ubuntu_version : 20.04
45- mcpu : neoverse-n1
41+ - runner : large-linux-arm
4642 runs-on : ${{ matrix.runner }}
4743 timeout-minutes : 150
4844
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 prepare :
19- runs-on : ubuntu-latest
19+ runs-on : large-linux-x86
2020 outputs :
2121 matrix_config : ${{ steps.set-matrix.outputs.matrix_config }}
2222 steps :
4949 needs : prepare
5050 strategy :
5151 matrix : ${{ fromJson(needs.prepare.outputs.matrix_config) }}
52- runs-on : ubuntu-latest
52+ runs-on : large-linux-x86
5353 outputs :
5454 build_args : ${{ steps.args.outputs.result }}
5555 steps :
7575 matrix :
7676 postgres : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
7777 arch : [amd64, arm64]
78- runs-on : ${{ matrix.arch == 'amd64' && 'ubuntu-latest ' || 'arm-runner ' }}
78+ runs-on : ${{ matrix.arch == 'amd64' && 'large-linux-x86 ' || 'large-linux-arm ' }}
7979 timeout-minutes : 180
8080 steps :
8181 - name : Checkout Repo
@@ -132,7 +132,7 @@ jobs:
132132 strategy :
133133 matrix :
134134 include : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
135- runs-on : ubuntu-latest
135+ runs-on : large-linux-x86
136136 steps :
137137 - name : Checkout Repo
138138 uses : supabase/postgres/.github/actions/shared-checkout@HEAD
@@ -176,7 +176,7 @@ jobs:
176176 ${{ steps.get_version.outputs.pg_version }}_arm64
177177 combine_results :
178178 needs : [prepare, merge_manifest]
179- runs-on : ubuntu-latest
179+ runs-on : large-linux-x86
180180 steps :
181181 - name : Checkout Repo
182182 uses : supabase/postgres/.github/actions/shared-checkout@HEAD
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 prepare :
16- runs-on : ubuntu-latest
16+ runs-on : large-linux-x86
1717 outputs :
1818 matrix_config : ${{ steps.set-matrix.outputs.matrix_config }}
1919 steps :
4646 needs : prepare
4747 strategy :
4848 matrix : ${{ fromJson(needs.prepare.outputs.matrix_config) }}
49- runs-on : ubuntu-latest
49+ runs-on : large-linux-x86
5050 outputs :
5151 build_args : ${{ steps.args.outputs.result }}
5252 steps :
7272 matrix :
7373 postgres : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
7474 arch : [amd64, arm64]
75- runs-on : ${{ matrix.arch == 'amd64' && 'ubuntu-latest ' || 'arm-runner ' }}
75+ runs-on : ${{ matrix.arch == 'amd64' && 'large-linux-x86 ' || 'large-linux-arm ' }}
7676 timeout-minutes : 180
7777 steps :
7878 - name : Checkout Repo
@@ -141,7 +141,7 @@ jobs:
141141 strategy :
142142 matrix :
143143 include : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
144- runs-on : ubuntu-latest
144+ runs-on : large-linux-x86
145145 steps :
146146 - name : Checkout Repo
147147 uses : supabase/postgres/.github/actions/shared-checkout@HEAD
@@ -185,7 +185,7 @@ jobs:
185185 ${{ steps.get_version.outputs.pg_version }}_arm64
186186 combine_results :
187187 needs : [prepare, merge_manifest]
188- runs-on : ubuntu-latest
188+ runs-on : large-linux-x86
189189 steps :
190190 - name : Checkout Repo
191191 uses : supabase/postgres/.github/actions/shared-checkout@HEAD
Original file line number Diff line number Diff line change 1010
1111permissions :
1212 contents : read
13- id-token : write
14-
13+ id-token : write
14+
1515jobs :
1616 build-run-image :
1717 strategy :
Original file line number Diff line number Diff line change 55
66jobs :
77 build :
8- runs-on : [self-hosted, linux]
8+ runs-on : large- linux-arm
99 timeout-minutes : 15
1010 permissions :
1111 id-token : write
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : [self-hosted, linux]
11+ runs-on : large- linux-arm
1212 timeout-minutes : 15
1313 permissions :
1414 id-token : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 prepare :
15- runs-on : ubuntu-latest
15+ runs-on : large-linux-x86
1616 outputs :
1717 postgres_versions : ${{ steps.set-versions.outputs.postgres_versions }}
1818 steps :
2929
3030 publish-staging :
3131 needs : prepare
32- runs-on : ubuntu-latest
32+ runs-on : large-linux-x86
3333 strategy :
3434 matrix :
3535 postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
7979 SLACK_FOOTER : ' '
8080
8181 publish-prod :
82- runs-on : ubuntu-latest
82+ runs-on : large-linux-x86
8383 if : github.ref_name == 'develop' || contains( github.ref, 'release' )
8484 needs : prepare
8585 strategy :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 prepare :
22- runs-on : ubuntu-latest
22+ runs-on : large-linux-x86
2323 outputs :
2424 postgres_versions : ${{ steps.set-versions.outputs.postgres_versions }}
2525 steps :
3636
3737 publish-staging :
3838 needs : prepare
39- runs-on : ubuntu-latest
39+ runs-on : large-linux-x86
4040 strategy :
4141 matrix :
4242 postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
8484 SLACK_FOOTER : ' '
8585 publish-prod :
8686 needs : prepare
87- runs-on : ubuntu-latest
87+ runs-on : large-linux-x86
8888 if : github.ref_name == 'develop' || contains( github.ref, 'release' )
8989
9090 strategy :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 prepare :
21- runs-on : ubuntu-latest
21+ runs-on : large-linux-x86
2222 outputs :
2323 postgres_versions : ${{ steps.set-versions.outputs.postgres_versions }}
2424 steps :
3838 strategy :
3939 matrix :
4040 postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
41- runs-on : arm-native-runner
41+ runs-on : large-linux-arm
4242 timeout-minutes : 150
4343 permissions :
4444 contents : write
You can’t perform that action at this time.
0 commit comments