Skip to content

Commit

Permalink
only use withdrawals-processing in docker build on capella
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Dec 29, 2022
1 parent 2734f3f commit c4a41e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
echo "VERSION=capella" >> $GITHUB_ENV
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
echo "CROSS_FEATURES=withdrawals-processing" >> $GITHUB_ENV
- name: Extract version (if eip4844)
if: github.event.ref == 'refs/heads/eip4844'
run: |
Expand All @@ -54,6 +55,7 @@ jobs:
outputs:
VERSION: ${{ env.VERSION }}
VERSION_SUFFIX: ${{ env.VERSION_SUFFIX }}
CROSS_FEATURES: ${{ env.CROSS_FEATURES }}
build-docker-single-arch:
name: build-docker-${{ matrix.binary }}
runs-on: ubuntu-22.04
Expand All @@ -72,7 +74,7 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: enabled
VERSION: ${{ needs.extract-version.outputs.VERSION }}
VERSION_SUFFIX: ${{ needs.extract-version.outputs.VERSION_SUFFIX }}
CROSS_FEATURES: withdrawals-processing
CROSS_FEATURES: ${{ needs.extract-version.outputs.CROSS_FEATURES }}
steps:
- uses: actions/checkout@v3
- name: Update Rust
Expand Down

0 comments on commit c4a41e8

Please sign in to comment.