Skip to content

Commit

Permalink
test with qemu setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 7, 2024
1 parent c25b2f4 commit 8be66b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"version": "23.0.7",
"version": "26.1.5",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
strategy:
matrix:
variant:
- "dind"
- "dind-slim"
- "dood"
# - "dind"
# - "dind-slim"
# - "dood"
- "dood-slim"
include:
- variant: dind
Expand All @@ -54,6 +54,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -108,5 +111,6 @@ jobs:
imageName: ghcr.io/${{ github.repository }}/devcontainer${{ matrix.image-suffix }}
imageTag: ${{ steps.extract-tags.outputs.tags }}
push: always
platform: linux/amd64,linux/arm64
# platform: linux/amd64,linux/arm64
platform: linux/arm64
configFile: ${{ matrix.devContFile }}

0 comments on commit 8be66b3

Please sign in to comment.