We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caa2c0 commit 2026ffeCopy full SHA for 2026ffe
1 file changed
.github/workflows/ci.yml
@@ -70,3 +70,16 @@ jobs:
70
docker logout
71
rm -rf ~/.docker
72
make ${{ matrix.variant }}
73
+
74
+ arm64-integration-tests:
75
+ runs-on: ubuntu-24.04-arm
76
+ steps:
77
+ - uses: actions/checkout@v4
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