Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 27, 2024
1 parent 91dc601 commit 279124c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu -shared -o libwasmvm.aarch64.so
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu -shared -o libwasmvm.aarch64.so
flags:
- -trimpath
- -buildmode=pie
Expand All @@ -44,8 +44,8 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu -shared -o libwasmvm.x86_64.so
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu -shared -o libwasmvm.x86_64.so
flags:
- -trimpath
- -buildmode=pie
Expand Down

0 comments on commit 279124c

Please sign in to comment.