Skip to content

Commit

Permalink
Actual switch to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Jan 20, 2025
1 parent 663e549 commit 5b9d0b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-release-self-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Build for linux/arm64
run: >
docker run --platform linux/arm64
podman run --platform linux/arm64
--rm
-v $(pwd)/erigon:/erigon:ro
-v ${GITHUB_WORKSPACE}/build-arm64:/erigon-build
Expand All @@ -126,7 +126,7 @@ jobs:
## temporary disable silkworm in 3.x.x
- name: Build for linux/amd64 (with nosilkworm tag)
run: >
docker run --platform linux/amd64
podman run --platform linux/amd64
--rm
-v $(pwd)/erigon:/erigon:ro
-v ${GITHUB_WORKSPACE}/build-amd64:/erigon-build
Expand All @@ -142,7 +142,7 @@ jobs:
## temporary disable silkworm in 3.x.x
- name: Build for linux/amd64/v2 (with nosilkworm tag)
run: >
docker run --platform linux/amd64/v2
podman run --platform linux/amd64/v2
--rm
-v $(pwd)/erigon:/erigon:ro
-v ${GITHUB_WORKSPACE}/build-amd64v2:/erigon-build
Expand Down

0 comments on commit 5b9d0b6

Please sign in to comment.