File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Build for linux/arm64
113113 run : >
114- docker run --platform linux/arm64
114+ podman run --platform linux/arm64
115115 --rm
116116 -v $(pwd)/erigon:/erigon:ro
117117 -v ${GITHUB_WORKSPACE}/build-arm64:/erigon-build
@@ -126,7 +126,7 @@ jobs:
126126 # # temporary disable silkworm in 3.x.x
127127 - name : Build for linux/amd64 (with nosilkworm tag)
128128 run : >
129- docker run --platform linux/amd64
129+ podman run --platform linux/amd64
130130 --rm
131131 -v $(pwd)/erigon:/erigon:ro
132132 -v ${GITHUB_WORKSPACE}/build-amd64:/erigon-build
@@ -142,7 +142,7 @@ jobs:
142142 # # temporary disable silkworm in 3.x.x
143143 - name : Build for linux/amd64/v2 (with nosilkworm tag)
144144 run : >
145- docker run --platform linux/amd64/v2
145+ podman run --platform linux/amd64/v2
146146 --rm
147147 -v $(pwd)/erigon:/erigon:ro
148148 -v ${GITHUB_WORKSPACE}/build-amd64v2:/erigon-build
You can’t perform that action at this time.
0 commit comments