Skip to content

Commit 9cbb00a

Browse files
committed
fix runner type
1 parent f13fa0d commit 9cbb00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
docker-build-push:
174174
name: Build and Push Docker Image
175-
runs-on: ubuntu-24.04-arm64
175+
runs-on: ubuntu-24.04-arm
176176
# Run on push to main (build+push) and on PRs (build only)
177177
if: github.event_name == 'push' || github.event_name == 'pull_request'
178178
# For main/PR, wait for CI checks to pass

0 commit comments

Comments
 (0)