Skip to content

Commit 734c252

Browse files
committed
remove arm64 for now
1 parent dde19a5 commit 734c252

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
context: ./tools
4141
file: ./tools/Dockerfile
42-
platforms: linux/amd64,linux/arm64
42+
platforms: linux/amd64
4343
push: true
4444
tags: |
4545
cometbft/cometbft-db-testing:latest

tools/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ RUN apt update \
1818
&& apt install -y \
1919
libbz2-dev libgflags-dev libsnappy-dev libzstd-dev zlib1g-dev liblz4-dev \
2020
make tar wget build-essential \
21-
libleveldb-dev libleveldb1d \
22-
gcc g++
21+
libleveldb-dev libleveldb1d
2322

2423
FROM build AS install
2524
ARG ROCKSDB=9.8.4

0 commit comments

Comments
 (0)