Skip to content

Commit e44ac2a

Browse files
committed
t
1 parent b680886 commit e44ac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-release-self-hosted-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Build for linux/arm64
120120
#if: 3 > 5
121121
run: >
122-
docker rmi ${{ env.BUILDER_IMAGE }} || true
122+
docker rmi ${{ env.BUILDER_IMAGE }} || true ;
123123
docker run --platform linux/arm64
124124
--rm
125125
-v $(pwd)/erigon:/erigon:ro

0 commit comments

Comments
 (0)