Skip to content

Commit

Permalink
chore(ci): mutiple-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
uonr committed Dec 26, 2023
1 parent 95deda3 commit 8d0fc06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -23,5 +26,6 @@ jobs:
with:
push: true
file: .devcontainer/Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository }}/devcontainer:latest

0 comments on commit 8d0fc06

Please sign in to comment.