Browse Source

Disable multi platform build

pull/1127/head
Hironsan 3 years ago
parent
commit
f4bd8c06ae
1 changed files with 0 additions and 1 deletions
  1. 1
      .github/workflows/publish-image.yml

1
.github/workflows/publish-image.yml

@ -47,7 +47,6 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/arm64 #,linux/386
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }} labels: ${{ steps.docker_meta.outputs.labels }}
Loading…
Cancel
Save