From 451257fc8ee55bf029fc0eeea52f3c4e74390fb9 Mon Sep 17 00:00:00 2001 From: shinya Date: Wed, 27 Aug 2025 00:17:04 +0800 Subject: [PATCH] fix docker build --- .github/workflows/docker-image.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0b782fa..8b6503f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,11 +3,6 @@ name: Build & Push Docker image on: workflow_dispatch: inputs: - platform: - description: '构建平台 (留空则构建所有平台)' - required: false - default: '' - type: string tag: description: 'Docker 标签' required: false @@ -36,10 +31,6 @@ jobs: os: ubuntu-latest - platform: linux/arm64 os: ubuntu-24.04-arm - # 如果手动触发时指定了平台,则只构建该平台 - exclude: - - platform: ${{ github.event.inputs.platform != '' && matrix.platform != github.event.inputs.platform && 'linux/amd64' || '' }} - - platform: ${{ github.event.inputs.platform != '' && matrix.platform != github.event.inputs.platform && 'linux/arm64' || '' }} runs-on: ${{ matrix.os }} steps: