mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
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:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -6,14 +6,14 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release/*'
|
||||
- "master"
|
||||
- "release/*"
|
||||
tags:
|
||||
- 'v*.*'
|
||||
- "v*.*"
|
||||
|
||||
env:
|
||||
# Platforms to build the image for
|
||||
BUILD_PLATFORMS: linux/amd64,linux/arm64
|
||||
BUILD_PLATFORMS: linux/amd64
|
||||
DOCKERHUB_REPO: ${{ github.repository_owner }}/idf
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user