Is your feature request related to a problem? Please describe.
Currently, the interuss/dss Docker image is only available for the linux/amd64 platform.
When setting up a local environment to run uss_qualifier tests on Apple Silicon (M-series) Macs, running make start-locally produces warnings such as:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Although the DSS container does run using the amd64 image, Docker relies on emulation to execute it on ARM-based systems. This results in higher CPU and memory usage.
Describe the solution you'd like
Publish a linux/arm64 build of the interuss/dss image.
Describe alternatives you've considered
- Explicitly specifying platform: linux/amd64 in the docker-compose configuration.
Or
- Building a local dss image for use during uss_qualifier test setup.
Is your feature request related to a problem? Please describe.
Currently, the interuss/dss Docker image is only available for the linux/amd64 platform.
When setting up a local environment to run uss_qualifier tests on Apple Silicon (M-series) Macs, running
make start-locallyproduces warnings such as:The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedAlthough the DSS container does run using the amd64 image, Docker relies on emulation to execute it on ARM-based systems. This results in higher CPU and memory usage.
Describe the solution you'd like
Publish a linux/arm64 build of the interuss/dss image.
Describe alternatives you've considered
Or