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

pull/10827/head
Sergei Silnov 2022-07-12 13:16:29 +02:00
rodzic 79765d12df
commit 9600ba2e7e
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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