Skip to content

Commit 630f5f5

Browse files
committed
checkout for arm64
1 parent 67a7108 commit 630f5f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,15 @@ jobs:
411411
with:
412412
fetch-depth: 0
413413

414+
- name: Checkout .github folder from workflow repo
415+
uses: actions/checkout@v5
416+
with:
417+
repository: ${{ github.repository }}
418+
path: .workflow-github
419+
sparse-checkout: |
420+
.github
421+
sparse-checkout-cone-mode: false
422+
414423
- name: Build dev container
415424
run: |
416425
docker build -f .devcontainer/Dockerfile -t dev-container-image-arm .

0 commit comments

Comments
 (0)