Tag: Docker

  • Npm Broke Arm64 Pi Garage Builds

    I know this sounds crazy right? Lets rewind a bit so we can try and understand why. In a previous post Material 3 + Flutter 3.16.0 Broke Pi Garage Theme I stated that you should pin core dependencies. Apart from the Flutter version there was another place that I did not pin dependencies specifically enough.…

  • Pi Garage Deployment

    The next decision to make was how to deploy the backend application. I had many different ways that I could release the application. However there were some key considerations to make. This lead me to consider the following. NPM package As the backend is built in Node.JS it would be easy to just push the…