DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
83 stars 37 forks source link

Added linux/arm64 image support #113

Closed BirknerAlex closed 6 months ago

BirknerAlex commented 6 months ago

Issue: Using the Docker image under macOS with an arm64 chip causes deadlocks when calling mock files. Seems like there is an issue with the Rosetta 2 emulation for x86. Running the application without Docker on macOS works fine. Tested a local arm64 build with docker and it seems to fixed.

Solution: Added arm64 architecture to the Docker image build process which also allows macOS users to run that image. Also updated the GitHub pipeline actions.

mraineri commented 6 months ago

Approved 4/5