mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[docker] add linux/arm64 to platforms (#10605)
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
run: |
|
||||
DOCKER_IMAGE=openthread/${{ matrix.docker_name }}
|
||||
DOCKER_FILE=etc/docker/${{ matrix.docker_name }}/Dockerfile
|
||||
DOCKER_PLATFORMS=linux/amd64
|
||||
DOCKER_PLATFORMS=linux/amd64,linux/arm64
|
||||
VERSION=latest
|
||||
|
||||
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user