You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the multi-platform docker image now fails for linux/arm/v6
Error messages
> [linux/arm/v6 internal] load metadata for docker.io/library/golang:1.21:
------
Dockerfile:1
--------------------
1 | >>> FROM golang:1.21 AS build-stage
2 |
3 | WORKDIR /app
--------------------
ERROR: failed to solve: golang:1.21: no match for platform in manifest: not found
Error: buildx failed with: ERROR: failed to solve: golang:1.21: no match for platform in manifest: not found
Steps to reproduce
Trigger the Docker workflow at: .github/workflows/docker.yaml
Alternatively, on a local machine, from the repo root run:
Description
Building the multi-platform docker image now fails for linux/arm/v6
Error messages
Steps to reproduce
Trigger the Docker workflow at: .github/workflows/docker.yaml
Alternatively, on a local machine, from the repo root run:
The text was updated successfully, but these errors were encountered: