There was an error while loading. Please reload this page.
1 parent 9e9f8ff commit 9b4b9b8Copy full SHA for 9b4b9b8
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