Skip to content

Commit

Permalink
fix(ci): remove mips64le platform
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jun 26, 2024
1 parent f2afa9a commit 7e6e4c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
platform:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/mips64le
- linux/arm/v7
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7e6e4c2

Please sign in to comment.