Skip to content

Commit

Permalink
looks like it was qemu setup step that was missing welp
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 7, 2024
1 parent 8be66b3 commit 864726a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: false
type: string
# trigger on published release event
# to created the devspace container when the packages are published
# to created the dev container when the packages are published
release:
types:
- published
Expand All @@ -33,9 +33,9 @@ jobs:
strategy:
matrix:
variant:
# - "dind"
# - "dind-slim"
# - "dood"
- "dind"
- "dind-slim"
- "dood"
- "dood-slim"
include:
- variant: dind
Expand Down Expand Up @@ -111,6 +111,5 @@ 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/arm64
platform: linux/amd64,linux/arm64
configFile: ${{ matrix.devContFile }}

0 comments on commit 864726a

Please sign in to comment.