Skip to content

Commit

Permalink
ci: remove arm64 target for docker image (#228)
Browse files Browse the repository at this point in the history
* fix(tools/Dockerfile): install latest gcc

* remove arm64 for now
  • Loading branch information
melekes authored Jan 29, 2025
1 parent 8db2fb5 commit 5dc4ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3.8.0
with:
driver: docker

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3.8.0

- name: Login to DockerHub
uses: docker/login-action@v3
Expand All @@ -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

0 comments on commit 5dc4ece

Please sign in to comment.