Skip to content

Commit 1f58ade

Browse files
authored
Change ARM64 runner to ubuntu-24.04-arm
Copilot error. It used ubuntu-24.04-arm64
1 parent 5665208 commit 1f58ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Build ARM64 image on native arm64 runner
101101
build-arm64:
102102
needs: prepare
103-
runs-on: ubuntu-24.04-arm64
103+
runs-on: ubuntu-24.04-arm
104104
permissions:
105105
contents: read
106106
packages: write

0 commit comments

Comments
 (0)