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 277682c commit 3f92e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
binaries:
- /go/bin/provenanced
build-env:
- WITH_LEDGER=false
- WITH_CLEVELDB=false
- BUILD_TAGS=muslc musl dynamic
- "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 3f92e22

Please sign in to comment.