Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on ARM64 #3

Open
0xEAB opened this issue Aug 29, 2023 · 1 comment
Open

Test on ARM64 #3

0xEAB opened this issue Aug 29, 2023 · 1 comment

Comments

@0xEAB
Copy link
Member

0xEAB commented Aug 29, 2023

LDC should work on ARM64, as well.
This should be tested.

Manually, at least; still better than nothing.

@Reavershark
Copy link
Contributor

Building and testing other platforms can easily be done with docker buildx, which uses QEMU when necessary.
E.g. Debian supports these platforms:

  • linux/386
  • linux/amd64/v1,v2,v3
  • linux/arm/v5,v7
  • linux/arm64/v8
  • linux/mips64le
  • linux/ppc64le
  • linux/s390x (IBM Z)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants