autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Fix multiarch docker image for arm64 users #125

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

The Docker image shouldn't use a specific architecture as the base image, and the platform should require a / between the architecture and variant.

NOTE: This does mean that this will probably not work correctly when we have multiple ARM variants. Possibly we can use the TARGETVARIANT for the COPY statement.

Checklist