Skip to content

Commit

Permalink
Fix terra wasm cgo crash
Browse files Browse the repository at this point in the history
  • Loading branch information
minniux committed Sep 27, 2024
1 parent 33a5a2f commit 0c77dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terra2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build Heighliner binary
run: |
go build -o heighliner
go build -o heighliner
- name: Extract version from tag
id: extract_version
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Build and push terra Docker image
run: |
./heighliner build -c terra --git-ref ${{ env.VERSION }}
./heighliner build -c terra --git-ref ${{ env.VERSION }} --alpine-version 3.18
- name: Tag and push Docker image
run: |
Expand Down

0 comments on commit 0c77dc1

Please sign in to comment.