rake-compiler / rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows, Linux, Mac and JRuby binary gems.
MIT License
78 stars 30 forks source link

publish image snapshots to ghcr.io #84

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

See #71 for context.

This is a draft to try to publish snapshots of the docker images to ghcr.io for integration testing on other projects.

flavorjones commented 1 year ago

woot!

flavorjones commented 1 year ago

Note: I don't think the image naming here is completely right, it's different from lars's dockerhub names and also doesn't take into consideration the work @ianks is doing at #79 to build arm64 host images.

ianks commented 1 year ago

Note: I don't think the image naming here is completely right, it's different from lars's dockerhub names and also doesn't take into consideration the work @ianks is doing at #79 to build arm64 host images.

As far as #79 is concerned, it shouldn't affect the naming at all (since the image is automatically selected by Docker via the --platform flag).

flavorjones commented 1 year ago

the image is automatically selected by Docker via the --platform flag

Ah! OK, I get it.