fix(e2e): pass TARGETARCH and enable buildkit for explorer docker build - #296
Closed
farooqazamwasimnl wants to merge 5 commits into
Closed
fix(e2e): pass TARGETARCH and enable buildkit for explorer docker build#296farooqazamwasimnl wants to merge 5 commits into
farooqazamwasimnl wants to merge 5 commits into
Conversation
Signed-off-by: Farooq Azam Wasim <Farooq.Azm.Wasim-CIC.Netherlands@ibm.com>
…-x ref to v1.0.1 Signed-off-by: Farooq Azam Wasim <Farooq.Azm.Wasim-CIC.Netherlands@ibm.com>
…atibility Signed-off-by: Farooq Azam Wasim <Farooq.Azm.Wasim-CIC.Netherlands@ibm.com>
farooqazamwasimnl
force-pushed
the
fix/explorer-build-targetarch
branch
from
September 7, 2026 10:38
5d81ff1 to
39957e4
Compare
…ching requestmaxbytes Signed-off-by: Farooq Azam Wasim <Farooq.Azm.Wasim-CIC.Netherlands@ibm.com>
…e log dump - Use local fabric-x workspace by default to build tools matching the PR / commit - Dump container logs on failure before cleanup - Clean up explorer and postgres containers in clean-docker.sh - Set default FABRIC_X_REF to main in refs.conf Signed-off-by: Farooq Azam Wasim <Farooq.Azm.Wasim-CIC.Netherlands@ibm.com>
farooqazamwasimnl
force-pushed
the
fix/explorer-build-targetarch
branch
3 times, most recently
from
September 7, 2026 12:59
62cf635 to
da3a192
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
Fixes block explorer image building in
build-e2e.sh:DOCKER_BUILDKIT=1) required for cache mount syntax (--mount=type=cache,target=/root/.npm) in the release Dockerfile.--build-arg TARGETARCH="${EXPLORER_BUILD_ARCH}"so the Go binary copy stage resolves the correct architecture path (release/linux-${TARGETARCH}/explorer).Additional details (Optional)
Tested locally with
./integration/test/build-e2e.sh, successfully buildinglocalhost/fabric-x-block-explorer:v0.1.1.Related issues
Fixes failed CI run in workflow
E2E Integration Test(run 34106763394).