Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed May 20, 2024
1 parent f300b82 commit 277682c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,16 @@ jobs:
local: false
tag: heighliner-v1.18.0
registry: provenanceio
dockerfile: cosmos
build-target: |
cd ..
make install
binaries:
- /go/bin/provenanced
build-env:
- WITH_LEDGER=false
- WITH_CLEVELDB=false
- BUILD_TAGS=muslc musl dynamic
additional-args: "--alpine-version 3.18"
# skip: ${{ github.event_name == 'pull_request' }}

Expand Down

0 comments on commit 277682c

Please sign in to comment.