File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments