Skip to content

Commit dbe377a

Browse files
committed
create local image for testing ci
1 parent 3fc7349 commit dbe377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# registry: # empty registry, image only shared for e2e testing
4444
tag: local # emulate local environment for consistency in interchaintest cases
4545
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
46-
platform: linux/arm64,linux/amd64 # test runner architecture only
46+
platform: linux/arm64 # test runner architecture only
4747
git-ref: ${{ steps.branch-name.outputs.current_branch }}
4848

4949
# Heighliner chains.yaml config

0 commit comments

Comments
 (0)