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
# END MIPS
# BEGIN PPC
- goos: linux
goarch: ppc64
# - goos: linux # Removed due to the unsupport of shirou/gopsutil
# goarch: ppc64
- goos: linux
goarch: ppc64le
# END PPC