Skip to content

consider testing arm64 on release #44

@codefromthecrypt

Description

@codefromthecrypt

Currently, our release tests don't try to test arm64.

# Note: We don't test arm64 on release as it is unlikely to fail and too much effort.
https://github.com/tetratelabs/archive-envoy/blob/master/.github/workflows/release.yaml#L63

The reason we felt it unlikely to fail was because we are using the docker images from envoy. However, it seems they aren't tested and recently added the wrong architecture to the image #43

Changing the release job to use qemu to test linux with arm64/aarch64 will at least make troubleshooting this quicker until assurances are made that the envoy docker images are all tested.

https://github.com/tetratelabs/wazero/blob/main/.github/workflows/spectest.yaml#L85 is an example of a job that uses qemu include rate limit avoidance to test non-amd64 with GitHub actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions