Skip to content

Commit

Permalink
Build Docker image for arm64 (#3630)
Browse files Browse the repository at this point in the history
This is needed in order for the esphome-docs Docker image to run on Docker Desktop on MacBook M1/2/3.
  • Loading branch information
javawizard authored Feb 24, 2024
1 parent a2df0f7 commit d3dab08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
-
name: Checkout source code
uses: actions/[email protected]
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -43,6 +46,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
esphome/esphome-docs:latest
ghcr.io/esphome/esphome-docs:latest
Expand Down

0 comments on commit d3dab08

Please sign in to comment.