EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.08k stars 472 forks source link

Added support for ARM devices. #120

Closed mve closed 1 year ago

mve commented 1 year ago

Tested on M1 pro.

EdwinVW commented 1 year ago

Hi @mve, thanks for your interest in Pitstop.

I was looking into the issue you created. But I don't have access to a MacBook with an M1 chip, so I was not able to reproduce the issue. But thanks for looking into it yourself and creating this PR.

I'll go over the changes you made and test them locally. After I merge the PR, I will update the documentation on the Wiki to reflect these changes.