ci: do not build arm64 images (#777)
* ci: do not build arm64 images * ci: do not build arm64 images for develop branch * ci: remove common setup qemu step * ci: remove common setup platform inputs
This commit is contained in:
committed by
GitHub
parent
0b952833b7
commit
d3906b2620
11
.github/workflows/docker-build-push.yml
vendored
11
.github/workflows/docker-build-push.yml
vendored
@@ -14,10 +14,6 @@ on:
|
||||
push:
|
||||
required: true
|
||||
type: boolean
|
||||
platforms:
|
||||
required: true
|
||||
type: string
|
||||
description: "list of target platforms"
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
@@ -38,12 +34,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
platforms: all
|
||||
|
||||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
@@ -87,4 +77,3 @@ jobs:
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
push: true
|
||||
set: "*.platform=${{ inputs.platforms }}"
|
||||
|
||||
Reference in New Issue
Block a user