#3 removed the arm build for docker as it was failing with the following error: ```console #30 103.4 go build "-asmflags=all='-trimpath=/go'" "-gcflags=all='-trimpath=/go'" -ldflags="-X "github.com/ipfs/go-ipfs".CurrentCommit=67220edaa" -o "cmd/ipfs/ipfs" "github.com/ipfs/go-ipfs/cmd/ipfs" #30 811.0 # github.com/ipfs/go-ipfs/cmd/ipfs #30 811.0 /usr/local/go/pkg/tool/linux_arm64/link: running gcc failed: exit status 1 #30 811.0 collect2: fatal error: cannot find 'ld' #30 811.0 compilation terminated. #30 811.0 #30 811.2 make: *** [cmd/ipfs/Rules.mk:22: cmd/ipfs/ipfs] Error 2 ``` arm builds should be re-enabled so that arm users can run a natively built image
#3 removed the arm build for docker as it was failing with the following error:
arm builds should be re-enabled so that arm users can run a natively built image