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 556a6d8 commit 734b3d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
git-ref: v1.18.0
chain: provenance
# local: true
local: false
# tag: ${{ steps.meta.outputs.version }}
tag: heighliner-v1.18.0
registry: provenanceio
Expand All @@ -65,13 +66,14 @@ jobs:
binaries: |
- /go/bin/provenanced
libraries: |
- /lib/libwasmvm_muslc.a
- "/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 734b3d5

Please sign in to comment.