Skip to content

Commit

Permalink
remove arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Jan 29, 2025
1 parent dde19a5 commit 734c252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
context: ./tools
file: ./tools/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
cometbft/cometbft-db-testing:latest
Expand Down
3 changes: 1 addition & 2 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN apt update \
&& apt install -y \
libbz2-dev libgflags-dev libsnappy-dev libzstd-dev zlib1g-dev liblz4-dev \
make tar wget build-essential \
libleveldb-dev libleveldb1d \
gcc g++
libleveldb-dev libleveldb1d

FROM build AS install
ARG ROCKSDB=9.8.4
Expand Down

0 comments on commit 734c252

Please sign in to comment.