Skip to content

Commit c95c6c4

Browse files
author
colinlyguo
committed
add linux/arm64 in Build docker image
1 parent 28d93f2 commit c95c6c4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ jobs:
5454
labels: ${{ steps.meta.outputs.labels }}
5555
cache-from: type=gha,scope=${{ github.workflow }}
5656
cache-to: type=gha,scope=${{ github.workflow }}
57+
platforms: linux/amd64,linux/arm64

tests/docker-compose.test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ version: '3.8'
22

33
services:
44
rollup-node-sequencer:
5-
image: rollup-node:latest
6-
build:
7-
context: ..
8-
dockerfile: Dockerfile
5+
image: scrolltech/rollup-node:v0.0.1-rc21
96
container_name: rollup-node-sequencer
107
ports:
118
- "8545:8545"
@@ -60,10 +57,7 @@ services:
6057
]
6158

6259
rollup-node-follower:
63-
image: rollup-node:latest
64-
build:
65-
context: ..
66-
dockerfile: Dockerfile
60+
image: scrolltech/rollup-node:v0.0.1-rc21
6761
container_name: rollup-node-follower
6862
ports:
6963
- "8547:8545"

0 commit comments

Comments
 (0)