relay icon indicating copy to clipboard operation
relay copied to clipboard

Release ARM Binaries

Open Dav1dde opened this issue 1 year ago • 3 comments

Now that we have ARM docker images, Releases should also build ARM binaries.

We do have people directly consuming/using the released binaries from the job but not the docker images (for example @stayallive).

We should employ the same tech and build these binaries the same way we do build the docker images.

Dav1dde avatar Apr 29 '24 12:04 Dav1dde

The docs also mention downloading the binary directly from the GitHub Releases as another option besides the Docker images. I'm using this URL in for example a Ansible playbook to deploy Relay to my fleets.

stayallive avatar Apr 29 '24 12:04 stayallive

getsentry/sentry: ./install.sh:

▶ Ensuring Relay credentials ...
relay/config.yml already exists, skipped creation.
 relay Pulling 
 relay Pulled 
 Network sentry_default  Creating
 Network sentry_default  Created
qemu-x86_64-static: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}

docker exec -it sentry-relay-run-df6adc48fb20 /bin/bash:

root@bb87089ce332:/# /bin/relay
qemu-x86_64-static: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}
Segmentation fault (core dumped)
root@bb87089ce332:/# /bin/relay
qemu-x86_64-static: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}
Segmentation fault (core dumped)
root@bb87089ce332:/# /bin/relay
qemu-x86_64-static: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}
Segmentation fault (core dumped)
root@bb87089ce332:/# 

Should I create a new issue?

jyxjjj avatar Jun 13 '24 03:06 jyxjjj

Should I create a new issue?

Yes.

qemu-x86_64-static

Don't run Relay emulated.

Dav1dde avatar Jun 13 '24 07:06 Dav1dde

Next release should finally include an ARM binary.

Dav1dde avatar Feb 21 '25 10:02 Dav1dde