Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Build an ARM image on CI execution #1061

Closed
hectorgomezv opened this issue Feb 16, 2023 · 1 comment
Closed

Build an ARM image on CI execution #1061

hectorgomezv opened this issue Feb 16, 2023 · 1 comment

Comments

@hectorgomezv
Copy link
Member

For both testing purposes, we'd like to build ARM docker images in our CI pipeline along with the current x86 images.
For reference, see the Safe Transaction Service CI: https://github.com/safe-global/safe-transaction-service/blob/master/.github/workflows/python.yml

Also note it seems to be necessary to set up QEMU in order to build the ARM images (thanks @Uxio0):

- uses: docker/setup-qemu-action@v2

Expected outcome:

  • ARM Docker images should be built and uploaded to the registry.
@hectorgomezv hectorgomezv changed the title Build and ARM image on CI execution Build an ARM image on CI execution Feb 16, 2023
@fmrsabino
Copy link
Collaborator

ARM images are being provided for both the Rust implementation and the NodeJS one. Closing the issue.

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

No branches or pull requests

2 participants