Skip to content

Commit

Permalink
Update switch-to-arm-architecture-m1-chip.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed May 4, 2022
1 parent 3bc1fa1 commit 28869b8
Showing 1 changed file with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,40 @@ docker/sdk cli
```bash
yarn install
```
7.
7. Rebuild Yves:

```bash
npm run yves
```

8. Rebuild Zed

```bash
npm run zed
```

## 2. Update RabbitMQ and Jenkins services

In the Deploy file, update RabbitMQ and Jenkins to [ARM supporting versions](https://github.com/spryker/docker-sdk#supported-services). Example:

```
services:
...
broker:
engine: rabbitmq
version: '3.9'
api:
username: 'spryker'
password: 'secret'
endpoints:
queue.spryker.local:
localhost:5672:
protocol: tcp
...
scheduler:
engine: jenkins
version: '2.324'
endpoints:
scheduler.spryker.local:
...
```

0 comments on commit 28869b8

Please sign in to comment.