go-tpm-tools
go-tpm-tools copied to clipboard
Remove the x86 build/test from the CI.
trafficstars
Remove the x86 build/test from the CI from the CI for the following reasons.
- Our CVMs only support x86-64.
- Some dependency libraries (go-tdx-guest, go-sev-guest) are only tested with x86-64.
- go-tpm-tools releases only have x86-64.
/gcbrun
CVM is not the only platform this tool/lib can run. Majority features on gotpm cli and libs are not depending on go-tdx-guest/go-sev-guest Users may still want to build the binary on a 32 bit system.
So I think we probably should keep x86 build/test in CI, unless it's so broken and beyond fix.