-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Labels
github_actionsPull requests that update Github_actions codePull requests that update Github_actions codenice-to-havetype: refactorArchitecture, code or CI improvements that may or may not tackle technical debt.Architecture, code or CI improvements that may or may not tackle technical debt.
Description
Summary
On main, we currently test that the build succeeds for amd64
, arm
and arm64
. When 08-wasm is merged, this will be reduced to amd64
and arm64
since wasmvm doesn't support 32builds. We currently don't run any tests under the arm/arm64
platform.
Since github runners doesn't currently support these, we have three options as far as I can see:
- Use a self hosted runner.
- Use a Dockerfile specifically for running the tests. I think this might be what
wasmd
does. - Wait until runners with the M1 chip are available.
I think option 3. makes the most sense here and is the one which would require the least changes. It appears that Github will release support for these at the end of this year so it might make sense to wait around and only build until they become available.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged/assigned
faddat and crodriguezvega
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update Github_actions codePull requests that update Github_actions codenice-to-havetype: refactorArchitecture, code or CI improvements that may or may not tackle technical debt.Architecture, code or CI improvements that may or may not tackle technical debt.