Skip to content

Commit 99eec2a

Browse files
committed
Use non-large runners
1 parent b09ccaa commit 99eec2a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
jobs:
88
push_to_registry:
99
name: Push Docker image to Docker Hub for ${{ matrix.platform }}
10-
runs-on:
11-
group: ${{ matrix.runner_group }}
10+
runs-on: ${{ matrix.runner }}
1211
permissions:
1312
packages: write
1413
contents: read
@@ -20,10 +19,10 @@ jobs:
2019
- linux/arm64
2120
include:
2221
- platform: linux/amd64
23-
runner_group: large_amd64
22+
runner: ubuntu-24.04
2423
platform_tag: amd64
2524
- platform: linux/arm64
26-
runner_group: large_arm64
25+
runner: ubuntu-24.04-arm
2726
platform_tag: arm64
2827
steps:
2928
- name: Check out the repo

0 commit comments

Comments
 (0)