mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
tools: Don't build docker image for linux-arm64
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -6,14 +6,14 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- "master"
|
||||||
- 'release/*'
|
- "release/*"
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*'
|
- "v*.*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Platforms to build the image for
|
# Platforms to build the image for
|
||||||
BUILD_PLATFORMS: linux/amd64,linux/arm64
|
BUILD_PLATFORMS: linux/amd64
|
||||||
DOCKERHUB_REPO: ${{ github.repository_owner }}/idf
|
DOCKERHUB_REPO: ${{ github.repository_owner }}/idf
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user