moves-rwth / docker-storm

Dockerfiles related to Storm
1 stars 0 forks source link

CI for multi-platform docker containers #11

Closed volkm closed 3 weeks ago

volkm commented 1 month ago

Resolves #8

Uses the workflow from the documentation which distributes the build for each platform on a separate runner. The result of such a run can be seen here, creating the images here.

sjunges commented 1 month ago

This is great! LGTM

volkm commented 3 weeks ago

Additional note: while macos-latest runs on M1, see here, docker is not yet supported, see here. So we currenly use ubuntu-latest to build both types of images: amd64 and arm64 via emulation.