chore: remove support for ppc64

This commit is contained in:
pocketW 2022-08-02 19:25:01 +10:00
parent b934a52875
commit 84db0453cb

View File

@ -74,8 +74,8 @@ jobs:
goarch: mips goarch: mips
# END MIPS # END MIPS
# BEGIN PPC # BEGIN PPC
- goos: linux # - goos: linux # Removed due to the unsupport of shirou/gopsutil
goarch: ppc64 # goarch: ppc64
- goos: linux - goos: linux
goarch: ppc64le goarch: ppc64le
# END PPC # END PPC