go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

How build arm version #3728

Closed sixhj closed 1 month ago

sixhj commented 1 month ago
  1. What version of Delve are you using (dlv version)? v1.22.1

  2. What version of Go are you using? (go version)? go1.22.0

  3. What operating system and processor architecture are you using? windows 10

  4. What did you do? fix
    build: $(GO_SRC) GOOS=linux GOARCH=arm GOARM=7 @go run _scripts/make.go build

  5. What did you expect to see?

I want use dlv

can you help me

aarzilli commented 1 month ago

It doesn't exist, there is only an arm64 version. See #2051.