Skip to content

Commit

Permalink
BUILD-GITHUB-ACTION.md: Update regarding new integer builder ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Apr 22, 2024
1 parent 39d6e03 commit 20d1903
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions BUILD-GITHUB-ACTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,27 @@ files from your temporary Linux machine.
## Rename your organisation in yml files

Find the workflow yml files such as:
- `.github/workflows/build-docker.yml`
- `.github/workflows/build-release.yml`
- `.github/workflows/build-docker-ubuntu-18.04.yml`
- `.github/workflows/build-release-rhel-7.yml`
and then make sure to replace the maldua Github organisation with your own Github organisation.

## Rename your builder id in yml files

Find the workflow yml files such as:
- `.github/workflows/build-docker-ubuntu-18.04.yml`
- `.github/workflows/build-release-rhel-7.yml`
and then make sure to replace the maldua builder id (420) to something else between 100 and 999 that it's not used by other community Zimbra builders. Do not use 430 either because it's the default value when no builder id has been specified.

## First steps

### Build Docker

Before trying to build Zimbra you need to be build the different dockers that are used as a base for building it.

Given the current [build-docker.yml](.github/workflows/build-docker.yml) file contents you might want to start to build right away with something like:
Given the current [build-docker-ubuntu-18.04.yml(.github/workflows/build-docker-ubuntu-18.04.yml) file contents you might want to start to build right away with something like:
```
git tag -a 'docker-builds-dev/build-docker-1' -m 'docker-builds-dev/build-docker-1'
git push origin 'docker-builds-dev/build-docker-1'
git tag -a 'docker-builds-ubuntu-18.04/build-docker-1' -m 'docker-builds-ubuntu-18.04/build-docker-1'
git push origin 'docker-builds-ubuntu-18.04/build-docker-1'
```
.

Expand Down

0 comments on commit 20d1903

Please sign in to comment.