Skip to content

Commit

Permalink
chore(build): added readme and increased aws token time (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
Co-authored-by: Krzysztof Słonka <[email protected]>
  • Loading branch information
lukidzi and slonka authored Jul 10, 2024
1 parent e6e1d97 commit bc61b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/envoy-ci
role-duration-seconds: 7200
role-duration-seconds: 10800
aws-region: us-east-2
- uses: hashicorp/[email protected]
- run: terraform init
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There is a new Makefile target `build/envoy` that places an `envoy` binary in `b
Build the latest supported Envoy binary for your host OS:

```shell
$ ENVOY_TAG=v1.25.2 make build/envoy
$ ENVOY_TAG=v1.30.4 make build/envoy
```

## CI
Expand All @@ -19,13 +19,13 @@ in a VM.

### Github workflow

Run the `build-and-release.yaml` workflow to build binaries for linux/darwin
amd64/arm64 and additionally a FIPS version for linux/amd64 and publish a _draft
Run the `build-and-release.yaml` workflow with desired version of envoy without leading `v` (`1.29.7`) to build binaries
for linux/darwin amd64/arm64 and additionally a FIPS version for linux/amd64, windows amd64 and publish a _draft
Github release_.

The Windows binary currently needs to be manually built and uploaded to the
release. See [`terraform/README.md`](terraform/README.md) for more information.
### Limitations

It's only possible to run 4 jobs in parallel due to the number of available macOS hosts.
#### AWS IAM

The Github workflow assumes the `envoy-ci` role. This role has the
Expand Down

0 comments on commit bc61b0f

Please sign in to comment.