Merge branch 'bugfix/fix_docker_image_build_v4.3' into 'release/v4.3'

ci: Don't build docker image for linux-arm64

See merge request espressif/esp-idf!19013
This commit is contained in:
Ivan Grokhotkov
2022-07-12 22:20:06 +08:00

View File

@@ -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: