mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Fix build for ffmigrate
This commit is contained in:
2
Makefile
2
Makefile
@@ -81,7 +81,7 @@ ffmigrate:
|
|||||||
|
|
||||||
# github workflow workaround
|
# github workflow workaround
|
||||||
ffmigrate_linux:
|
ffmigrate_linux:
|
||||||
cd app/import && CGO_ENABLED=0 GOOS=linux GOARCH=${OSARCH} go build -o ../../ffmigrate -ldflags="-s -w"
|
cd app/ffmigrate && CGO_ENABLED=0 GOOS=linux GOARCH=${OSARCH} go build -o ../../ffmigrate -ldflags="-s -w"
|
||||||
|
|
||||||
## coverage: Generate code coverage analysis
|
## coverage: Generate code coverage analysis
|
||||||
coverage:
|
coverage:
|
||||||
|
Reference in New Issue
Block a user