Skip to content

Commit

Permalink
Updated README --> new platform steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nihara-thomas committed Oct 2, 2023
1 parent 27576d1 commit 59b26c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ make build-r-$PLATFORM

## Adding a new platform.

### README

1. Add the new platform to the `Supported Platforms` list.
2. Add rpm package download instructions for the new platform.

### Dockerfile

Create a `builder/Dockerfile.platform-version` (where `platform-version` is `ubuntu-2204` or `centos-7`, etc.) This file must contain four major tasks:
Expand All @@ -262,6 +267,10 @@ Create a `builder/Dockerfile.platform-version` (where `platform-version` is `ubu
3. The `awscli`, 1.17.10+ if installed via `pip`, for uploading tarballs to S3
4. `COPY` and `ENTRYPOINT` for the `build.sh` file in `builder/`.

### Packaging script

Create a `builder/package.platform-version` script (where `platform-version` is `ubuntu-2204` or `centos-7`, etc.).

### docker-compose.yml

A new service in the docker-compose file named according to the `platform-version` and containing the proper entries:
Expand Down

0 comments on commit 59b26c8

Please sign in to comment.