Skip to content

Commit

Permalink
Add content to CI-Flux
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bezsonov committed Sep 26, 2023
1 parent c70a8c2 commit cf0d13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/automation/gitops/flux/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ $ git clone https://github.com/aws-containers/retail-store-sample-app ~/environm

$ git -C ~/environment/retail-store-sample-codecommit checkout -b main

$ cp -R retail-store-sample-app/src retail-store-sample-codecommit
$ cp -R retail-store-sample-app/images retail-store-sample-codecommit
$ cp -R ~/environment/retail-store-sample-app/src ~/environment/retail-store-sample-codecommit
$ cp -R ~/environment/retail-store-sample-app/images ~/environment/retail-store-sample-codecommit
```

We use AWS CodeBuild and define `buildspec.yml` to build new `x86_64` and `arm64` images in parallel.
Expand Down

0 comments on commit cf0d13d

Please sign in to comment.