Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cirner committed May 21, 2024
1 parent eb1e9ca commit dd9bb9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
heighliner-docker:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
ref: v1.18.0

- uses: docker/setup-buildx-action@v3

Expand All @@ -51,22 +53,20 @@ jobs:

- uses: strangelove-ventures/heighliner-build-action@main
with:
# libraries: |
# - "/lib/libwasmvm_muslc.a"
# - "/usr/aarch64-linux-musl/lib/libwasmvm_muslc.a"
# - "/usr/x86_64-linux-musl/lib/libwasmvm_muslc.a"
heighliner-tag: v1.5.5
git-ref: v1.18.0
chain: provenance
# local: true
local: false
local: true
# tag: ${{ steps.meta.outputs.version }}
tag: heighliner-v1.18.0
registry: provenanceio
dockerfile: cosmos
build-target: |
cd ..
make install
# libraries: |
# - "/lib/libwasmvm_muslc.a"
# - "/usr/aarch64-linux-musl/lib/libwasmvm_muslc.a"
# - "/usr/x86_64-linux-musl/lib/libwasmvm_muslc.a"
binaries: |
- /go/bin/provenanced
build-env: |
Expand Down

0 comments on commit dd9bb9c

Please sign in to comment.