From 2936bf1e8016790df52fe33d84464c4f28deefd3 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Wed, 9 Nov 2022 10:46:02 +0100 Subject: [PATCH] Fix build for ffmigrate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfd12371..e20cce00 100644 --- a/Makefile +++ b/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: