GitXplorerGitXplorer
f

amazonlinux-swift

public
26 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
85486e0795dd83a7a60c5af288ca35962c2a3443

Update README.md

ffabianfett committed 5 years ago
Unverified
1f382970eb7e9d37de8c224178771b506719d806

Update for Swift 5.2.1

ffabianfett committed 5 years ago
Unverified
ed45e204ee8fdb0dc85286abf8ff6d2533d4a3cc

Updated for Swift 5.2

ffabianfett committed 5 years ago
Unverified
83b8d4511a05ebe9fac985e33ffb7396c5fa8232

Update for Swift-5.1.5

ffabianfett committed 5 years ago
Unverified
68104c9121ae0eea02217e84466d0a484334fe81

Updates for Swift 5.1.4

ffabianfett committed 5 years ago
Unverified
f1eb2459afbded83aabc662d245c22264f3dfff1

Remove upload to s3

ffabianfett committed 5 years ago

README

The README file for this repository.

amazonlinux-swift

⚠️ With Swift now officially supporting Amazon Linux 2 this project is not updated anymore. It remains here only for documentation purposes.

Apple does not build Swift for any other Linux distribution besides Ubuntu. Therefore it is in the hands of the community to bring Swift to other distributons. This project wants to support Swift on the Server by bringing it to Amazon Linux.

This project creates three build artifacts for every Swift release:

  1. An installable Swift binary
  2. A Docker image that runs Swift based off the amazonlinux image
  3. A Swift layer to run Swift natively on AWS Lambda. A perfect fit for my Lambda Runtime

You can download the binaries at: https://fabianfett.de/amazonlinux-swift

You download the Docker images at: https://hub.docker.com/repository/docker/fabianfett/amazon-linux-swift

You can download the layer from: https://fabianfett.de/amazonlinux-swift

What is this repository about?

This repository stores all dockerfiles, scripts and readmes involved in building Swift on Amazonlinux. If you would like to compile Swift on Amazon Linux yourself, feel free to use everything offered here.

Contributing

Please feel welcome and encouraged to contribute to amazonlinux-swift. If you have questions or feedback please create a GitHub issue.

If you like this, I'm excited about GitHub stars. 🤓

Credits

This would not have been possible without the truly awesome work of some open source contributors before me.