Skip to content

Commit f3ba718

Browse files
committed
Merge remote-tracking branch 'origin/unstable' into capella-update
2 parents 918b688 + 2fcfdf1 commit f3ba718

File tree

10 files changed

+194
-83
lines changed

10 files changed

+194
-83
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
x86_64-portable]
6060
features: [
6161
{version_suffix: "", env: "gnosis,slasher-lmdb,slasher-mdbx,jemalloc"},
62-
{version_suffix: "-dev", env: "gnosis,slasher-lmdb,slasher-mdbx,jemalloc,spec-minimal"}
62+
{version_suffix: "-dev", env: "jemalloc,spec-minimal"}
6363
]
6464
include:
6565
- profile: maxperf
@@ -71,8 +71,6 @@ jobs:
7171
VERSION: ${{ needs.extract-version.outputs.VERSION }}
7272
VERSION_SUFFIX: ${{ needs.extract-version.outputs.VERSION_SUFFIX }}
7373
FEATURE_SUFFIX: ${{ matrix.features.version_suffix }}
74-
FEATURES: ${{ matrix.features.env }}
75-
CROSS_FEATURES: ${{ matrix.features.env }}
7674
steps:
7775
- uses: actions/checkout@v3
7876
- name: Update Rust
@@ -112,7 +110,6 @@ jobs:
112110
--platform=linux/${SHORT_ARCH} \
113111
--file ./Dockerfile.cross . \
114112
--tag ${IMAGE_NAME}:${VERSION}-${SHORT_ARCH}${VERSION_SUFFIX}${MODERNITY_SUFFIX}${FEATURE_SUFFIX} \
115-
--build-arg FEATURES=${FEATURES} \
116113
--provenance=false \
117114
--push
118115
build-docker-multiarch:

0 commit comments

Comments
 (0)