File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
name : Build
16
16
if : ${{ github.repository == 'api-platform/demo' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'deploy')) }}
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-24.04-arm
18
18
env :
19
19
PHP_DOCKER_IMAGE : europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/php:${{ github.sha }}
20
20
PWA_DOCKER_IMAGE : europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/pwa:${{ github.sha }}
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
check :
13
13
name : Check
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04-arm
15
15
permissions :
16
16
contents : ' read'
17
17
id-token : ' write'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ concurrency:
31
31
jobs :
32
32
tests :
33
33
name : Tests
34
- runs-on : ubuntu-latest
34
+ runs-on : ubuntu-24.04-arm
35
35
permissions :
36
36
contents : ' read'
37
37
id-token : ' write'
@@ -107,7 +107,7 @@ jobs:
107
107
# run e2e tests iso-prod
108
108
e2e-tests :
109
109
name : E2E Tests
110
- runs-on : ubuntu-latest
110
+ runs-on : ubuntu-24.04-arm
111
111
permissions :
112
112
contents : ' read'
113
113
id-token : ' write'
@@ -223,7 +223,7 @@ jobs:
223
223
224
224
lint :
225
225
name : Lint
226
- runs-on : ubuntu-latest
226
+ runs-on : ubuntu-24.04-arm
227
227
steps :
228
228
-
229
229
name : Checkout
Original file line number Diff line number Diff line change 17
17
cleanup :
18
18
name : Uninstall K8s Release for Closed Pull Request
19
19
if : ${{ github.repository == 'api-platform/demo' }}
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04-arm
21
21
permissions :
22
22
contents : ' read'
23
23
id-token : ' write'
Original file line number Diff line number Diff line change 40
40
jobs :
41
41
deploy :
42
42
name : Deploy
43
- runs-on : ubuntu-latest
43
+ runs-on : ubuntu-24.04-arm
44
44
environment :
45
45
name : ${{ inputs.environment }}
46
46
url : https://${{ inputs.url }}
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
scan :
20
20
name : Docker Vulnerability Scan
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-24.04-arm
22
22
strategy :
23
23
matrix :
24
24
image :
Original file line number Diff line number Diff line change 8
8
upgrade :
9
9
name : Upgrade
10
10
if : ${{ github.repository == 'api-platform/demo' }}
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04-arm
12
12
permissions :
13
13
contents : write
14
14
pull-requests : write
You can’t perform that action at this time.
0 commit comments