Skip to content

Commit

Permalink
ci, feat: deprecate support for mips/mips64
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Mar 7, 2021
1 parent b2b3e37 commit 6ba974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-16.04]
target_arch: [amd64, i386, arm, arm64, mips, mips64]
target_arch: [amd64, i386, arm, arm64]
build_type: [release]
include:
- os: windows-2016
Expand Down

0 comments on commit 6ba974d

Please sign in to comment.