Skip to content
  • Kevin Daudt's avatar
    docker-image: use proper platform designations · 9a262db5
    Kevin Daudt authored
    The platform argument for docker build uses different names for arches
    than the image prefix. For example, to pull an image for armv7, you need
    to use `arm32v7/alpine`, but to build an image for that arch, you should
    use `--platform arm`.
    
    Use a separate environment variable to designating the docker platform.
    9a262db5