Skip to content

Commit b7fa4e1

Browse files
committed
gha: Add arm64 integration CI
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 6caa2c0 commit b7fa4e1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,16 @@ jobs:
7070
docker logout
7171
rm -rf ~/.docker
7272
make ${{ matrix.variant }}
73+
74+
arm64-integration-tests:
75+
runs-on: ubuntu-24.04-arm
76+
steps:
77+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
78+
with:
79+
fetch-depth: 0
80+
fetch-tags: true
81+
- name: make integration-dind
82+
run: |
83+
docker logout
84+
rm -rf ~/.docker
85+
make integration-dind

0 commit comments

Comments
 (0)