Skip to content

Commit b67f47b

Browse files
committed
Update README for Swift 5.0.1
1 parent d0f0349 commit b67f47b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Use this [sample project](https://github.com/wlisac/balena-swift-hello-world) to
2222

2323
| Device | Architecture | Swift | Docker Image |
2424
| ----------------------- | ------------ | ----- | ------------------------------------------------ |
25-
| Raspberry Pi (v1 or Zero) | armv6 | 5.0 | [`wlisac/raspberry-pi-swift:5.0`](https://hub.docker.com/r/wlisac/raspberry-pi-swift/tags) |
26-
| Raspberry Pi 2 | armv7hf | 5.0 | [`wlisac/raspberry-pi2-swift:5.0`](https://hub.docker.com/r/wlisac/raspberry-pi2-swift/tags) |
27-
| Raspberry Pi 3 | armv7hf | 5.0 | [`wlisac/raspberrypi3-swift:5.0`](https://hub.docker.com/r/wlisac/raspberrypi3-swift/tags) |
28-
| Raspberry Pi 3 (using 64 bit OS) | aarch64 | 5.0 | [`wlisac/raspberrypi3-64-swift:5.0`](https://hub.docker.com/r/wlisac/raspberrypi3-64-swift/tags) |
29-
| Generic ARMv7-a HF | armv7hf | 5.0 | [`wlisac/generic-armv7ahf-swift:5.0`](https://hub.docker.com/r/wlisac/generic-armv7ahf-swift/tags) |
30-
| Generic AARCH64 (ARMv8) | aarch64 | 5.0 | [`wlisac/generic-aarch64-swift:5.0`](https://hub.docker.com/r/wlisac/generic-aarch64-swift/tags) |
25+
| Raspberry Pi (v1 or Zero) | armv6 | 5.0.1 | [`wlisac/raspberry-pi-swift:5.0.1`](https://hub.docker.com/r/wlisac/raspberry-pi-swift/tags) |
26+
| Raspberry Pi 2 | armv7hf | 5.0.1 | [`wlisac/raspberry-pi2-swift:5.0.1`](https://hub.docker.com/r/wlisac/raspberry-pi2-swift/tags) |
27+
| Raspberry Pi 3 | armv7hf | 5.0.1 | [`wlisac/raspberrypi3-swift:5.0.1`](https://hub.docker.com/r/wlisac/raspberrypi3-swift/tags) |
28+
| Raspberry Pi 3 (using 64 bit OS) | aarch64 | 5.0.1 | [`wlisac/raspberrypi3-64-swift:5.0.1`](https://hub.docker.com/r/wlisac/raspberrypi3-64-swift/tags) |
29+
| Generic ARMv7-a HF | armv7hf | 5.0.1 | [`wlisac/generic-armv7ahf-swift:5.0.1`](https://hub.docker.com/r/wlisac/generic-armv7ahf-swift/tags) |
30+
| Generic AARCH64 (ARMv8) | aarch64 | 5.0.1 | [`wlisac/generic-aarch64-swift:5.0.1`](https://hub.docker.com/r/wlisac/generic-aarch64-swift/tags) |
3131

3232
## Image Variants
3333

@@ -44,8 +44,8 @@ There are several image variants available depending on hardware, Linux distribu
4444
- Debian: Stretch
4545
- Ubuntu: Bionic and Xenial
4646
- Swift Versions
47-
- Swift 4
48-
- Swift 5
47+
- Swift 4 (`4.2.3`)
48+
- Swift 5 (`5.0.1`, `5.0`)
4949

5050
### Image Naming Scheme
5151

0 commit comments

Comments
 (0)