diff --git a/.github/workflows/release_docker.yaml b/.github/workflows/release_docker.yaml index c0fe978..76b3597 100644 --- a/.github/workflows/release_docker.yaml +++ b/.github/workflows/release_docker.yaml @@ -11,8 +11,6 @@ name: Release Docker on: push: - branches: - - 'main' tags: - 'v*' workflow_dispatch: @@ -62,7 +60,7 @@ jobs: cache-from: type=gha cache-to: type=gha, mode=max file: Dockerfile - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 push: true secrets: | build_github_pat=${{ secrets.GH_TOKEN }}