Skip to content

Multiplatform docker build broken in CI #568

@joepio

Description

@joepio

Since today the docker CI build is failing.

--------------------
   7 |     
   8 |     # We only need a small runtime for this step, but make sure glibc is installed
   9 | >>> FROM frolvlad/alpine-glibc as runtime
  10 |     COPY --chmod=0755 --from=builder /app/target/release/atomic-server /atomic-server-bin
  11 |     ENV ATOMIC_STORE_PATH="/atomic-storage/db"
--------------------
ERROR: failed to solve: frolvlad/alpine-glibc: no match for platform in manifest sha256:44a54734fa33b549162845a9839fa4c745c5132a1e59f5d871c681050a9dd6bb: not found
Error: buildx failed with: ERROR: failed to solve: frolvlad/alpine-glibc: no match for platform in manifest sha256:44a54734fa33b549162845a9839fa4c745c5132a1e59f5d871c681050a9dd6bb: not found

I'm pretty confident that it's not because of a change in our code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions