mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
41c0b5acfb
Signed-off-by: Felix Hanley <felix@userspace.com.au>
5 lines
162 B
Bash
Executable file
5 lines
162 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
export GIT_COMMIT=$(git rev-list -1 HEAD) && \
|
|
GOOS=js GOARCH=wasm go build -ldflags "-X main.GitCommit=$GIT_COMMIT" -o main.wasm ./cmd/dendritejs
|