JeremyWhiteDev / chia

A CRUD application for managing home inventory. Will Use Docker, Go, MySQL, HTMX
MIT License
0 stars 0 forks source link

Get Docker Image to build on X64 architecture #12

Closed JeremyWhiteDev closed 6 days ago

JeremyWhiteDev commented 6 days ago

Currently, the tailwind CLI included in the production DockerFile can only run on arm64 but the github actions runners are all x64

Change the architecture for both dev/production to x64