Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.14 KB

Swift Docker

A proof of concept to create a multi plattform docker image for the swift nightly releases (Swift 5.6). Based on the official Swift docker image at https://github.com/apple/swift-docker/blob/main/nightly-main/ubuntu/20.04/Dockerfile

Usage

You can use this multi-CPU architecture docker image as follows:

FROM ghcr.io/apodini/swift:nightly

The docker images is based on ubuntu:20.04 and offeres the following architectures: linux/arm64 & linux/amd64 and therefore can be used on x86_64 and aarch64 architectures.

You can check out the image on the GitHub Packages page

Contributing

Contributions to this project are welcome. Please make sure to read the contribution guidelines and the contributor covenant code of conduct first.

License

This project is licensed under the MIT License. See License for more information.