Skip to content

Commit

Permalink
ci: optimize CI workflows and improve test coverage
Browse files Browse the repository at this point in the history
- Remove `linux/arm` platform from the Docker workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 20, 2024
1 parent d43b13f commit 28716d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: homework03
platforms: linux/amd64,linux/arm,linux/arm64
platforms: linux/amd64,linux/arm64
file: homework03/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
Expand Down

0 comments on commit 28716d7

Please sign in to comment.