Skip to content

Commit

Permalink
chore: build for multiple platforms (cosmos#13248)
Browse files Browse the repository at this point in the history
* build for multiple platforms

* test in pr
  • Loading branch information
tac0turtle authored and Wryhder committed Oct 26, 2022
1 parent 4860c79 commit c4656dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build & Push
# Build & Push builds the simapp docker image on every push to main and
# and pushes the image to https://hub.docker.com/r/interchainio/simapp/tags
on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -54,5 +55,6 @@ jobs:
- name: Publish to Docker Hub
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit c4656dd

Please sign in to comment.