softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.52k stars 193 forks source link

prebuilt arm builds for softwaremill/elasticmq-native is not working #864

Closed kderholtvisma closed 1 year ago

kderholtvisma commented 1 year ago

Hello I try to run the arm builds in this repo, but they are not working. After some digging I can see that even if the image it self is arm64, the executable is not:

/opt/docker # file bin/elasticmq-native-server bin/elasticmq-native-server: ELF 64-bit LSB executable, x86-64,

in the same image, busybox is aarch64(arm) file /bin/busybox /bin/busybox: ELF 64-bit LSB pie executable, ARM aarch64

kderholtvisma commented 1 year ago

duplicate