We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caa2c0 commit b7fa4e1Copy full SHA for b7fa4e1
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@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