Skip to content

Commit 4fe7f9b

Browse files
authored
Merge pull request #512 from EspressoSystems/li/remove-arm64
remove arm64
2 parents b118a89 + 5acd402 commit 4fe7f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
uses: docker/build-push-action@v6
4646
with:
4747
push: true
48-
platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64
4949
file: ./docker/timeboost.Dockerfile
5050
tags: ghcr.io/espressosystems/timeboost:${{ env.TAG }}

0 commit comments

Comments
 (0)