Skip to content

Commit

Permalink
test: 改回工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
Miracle575 committed Mar 22, 2024
1 parent 8d7f7ef commit 1ef8d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile.${{ matrix.file }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

# only build arm64 in master commits
platforms: linux/amd64${{ github.ref_type == 'tag' && ',linux/arm64' || '' }}


release:
Expand Down

0 comments on commit 1ef8d15

Please sign in to comment.