Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed May 21, 2024
1 parent 734b3d5 commit dd52251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
make install
binaries: |
- /go/bin/provenanced
libraries: |
- "/usr/aarch64-linux-musl/lib/libwasmvm_muslc.a"
- "/usr/x86_64-linux-musl/lib/libwasmvm_muslc.a"
# libraries: |
# - "/usr/aarch64-linux-musl/lib/libwasmvm_muslc.a"
# - "/usr/x86_64-linux-musl/lib/libwasmvm_muslc.a"
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' }}
skip: ${{ github.event_name == 'pull_request' }}

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd52251

Please sign in to comment.