File tree 4 files changed +17
-2
lines changed
packages/cardano-services
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Overrides for AArch64 processors, until we get official images:
2
+
3
+ services :
4
+ cardano-db-sync :
5
+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4-0-0}
6
+ cardano-node :
7
+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-node:${CARDANO_NODE_VERSION:-8.8.0-pre}
8
+ ogmios :
9
+ image : ghcr.io/input-output-hk/ogmios-tracker/ogmios:v${OGMIOS_VERSION:-6.1.0}
10
+ cardano-submit-api :
11
+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-submit-api:${CARDANO_NODE_VERSION:-8.8.0-pre}
Original file line number Diff line number Diff line change
1
+ aarch64.yml
Original file line number Diff line number Diff line change
1
+ # Nothing to override – for x86_64 processors we use the official `amd64` images.
2
+
3
+ {}
Original file line number Diff line number Diff line change 29
29
"cleanup:nm" : " rm -rf node_modules" ,
30
30
"cleanup" : " rm -rf dist node_modules" ,
31
31
"cli" : " ts-node --transpile-only src/cli.ts" ,
32
- "compose:up" : " docker compose --env-file environments/.env.$NETWORK -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml ${FILES:-} up" ,
33
- "compose:down" : " docker compose -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml down -t 120" ,
32
+ "compose:up" : " docker compose --env-file environments/.env.$NETWORK -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml -f ../../compose/$(uname -m).yml ${FILES:-} up" ,
33
+ "compose:down" : " docker compose -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml -f ../../compose/$(uname -m).yml down -t 120" ,
34
34
"coverage" : " yarn test --coverage || true" ,
35
35
"circular-deps:check" : " madge --circular dist/cjs" ,
36
36
"lint" : " eslint -c ../../complete.eslintrc.js \" src/**/*.ts\" \" test/**/*.ts\" " ,
You can’t perform that action at this time.
0 commit comments