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

This commit is contained in:
Sergei Silnov
2022-07-12 13:16:29 +02:00
parent 79765d12df
commit 9600ba2e7e

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: