Fix build for ffmigrate
This commit is contained in:
parent
9ad19fbdd6
commit
2936bf1e80
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ ffmigrate:
|
||||
|
||||
# github workflow workaround
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user