mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Don't build docker image for linux-arm64
This commit is contained in:
parent
79765d12df
commit
9600ba2e7e
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:
|
||||
|
Loading…
Reference in New Issue
Block a user