Skip to content

Commit 3fc7349

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e-testing.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
- name: Build Docker image
4040
uses: strangelove-ventures/heighliner-build-action@v1.0.3
4141
with:
42-
registry: # empty registry, image only shared for e2e testing
42+
registry: docker.io/persistenceone
43+
# registry: # empty registry, image only shared for e2e testing
4344
tag: local # emulate local environment for consistency in interchaintest cases
4445
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
45-
platform: linux/amd64 # test runner architecture only
46+
platform: linux/arm64,linux/amd64 # test runner architecture only
4647
git-ref: ${{ steps.branch-name.outputs.current_branch }}
4748

4849
# Heighliner chains.yaml config

0 commit comments

Comments
 (0)