Skip to content

Commit 04da7f5

Browse files
authored
Update Docker Hub workflow for ARM architecture
1 parent 5873af7 commit 04da7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, [Linux, ARM], [Linux, ARM64]]
16+
os: [ubuntu-latest, [Linux, ARM], ubuntu-24.04-arm]
1717
include:
1818
- os: ubuntu-latest
1919
arch: amd64
2020
- os: [Linux, ARM]
2121
arch: armv7
22-
- os: [Linux, ARM64]
22+
- os: ubuntu-24.04-arm
2323
arch: armv8
2424
steps:
2525
- name: Clean the workspace

0 commit comments

Comments
 (0)