mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Build Docker image for arm64 (#3630)
This is needed in order for the esphome-docs Docker image to run on Docker Desktop on MacBook M1/2/3.
This commit is contained in:
parent
a2df0f7838
commit
d3dab083db
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout source code
|
name: Checkout source code
|
||||||
uses: actions/checkout@v4.1.0
|
uses: actions/checkout@v4.1.0
|
||||||
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@ -43,6 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
esphome/esphome-docs:latest
|
esphome/esphome-docs:latest
|
||||||
ghcr.io/esphome/esphome-docs:latest
|
ghcr.io/esphome/esphome-docs:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user