Skip to content

Commit 0b3f55f

Browse files
fix(#18): docs updated
1 parent bb24e40 commit 0b3f55f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,16 @@ Planned action items:
4343
1. (a must) [#1](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/1) - Implement support for partitioned tables (AWS RDS exports ).
4444
2. (a must) [#2](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/2) - Support additional PostgreSQL data types - for example PostGIS geography.
4545
3. (nice to have) [#3](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/3) - Implement S3 configurations and loading files from there.
46-
4. (nice to have) [#6](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/6) - Implement releases' compilation for different platforms
46+
4. [x] [#6](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/6) - Implement releases' compilation for different platforms
4747
5. (future) [#4](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/4) - Implement a complete integration test with multiple samples of different data types and PostgreSQL features.
4848
6. (future) [#5](https://github.com/Andrew-Schetinin/rds-s3-export-to-pg/issues/5) - Implement support for DAG cycles (cycled references between PostgreSQL tables)
4949

5050
## 1.2. Supported platforms
5151

52-
These are the planned platforms.
53-
Binaries are not yet built for those platforms.
52+
These are the planned platforms:
5453

55-
1. MacOS arm64
56-
2. Ubuntu Linux 22.04 amd64
54+
1. MacOS arm64 (and maybe amd64)
55+
2. Linux amd64 (and maybe arm64)
5756
3. MS Windows amd64
5857

5958
## 1.3. Usage and command line arguments

0 commit comments

Comments
 (0)