diff --git a/knapsack-gosdk/app.yaml b/knapsack-gosdk/app.yaml index f3d2b14..e050f4f 100644 --- a/knapsack-gosdk/app.yaml +++ b/knapsack-gosdk/app.yaml @@ -1,3 +1,6 @@ # This manifest holds the information the app needs to run on the Nextmv Cloud. type: go runtime: ghcr.io/nextmv-io/runtime/default:latest +pre-push: GOOS=linux GOARCH=arm64 go build -o main +files: + - main diff --git a/nextroute/app.yaml b/nextroute/app.yaml index f3d2b14..e050f4f 100644 --- a/nextroute/app.yaml +++ b/nextroute/app.yaml @@ -1,3 +1,6 @@ # This manifest holds the information the app needs to run on the Nextmv Cloud. type: go runtime: ghcr.io/nextmv-io/runtime/default:latest +pre-push: GOOS=linux GOARCH=arm64 go build -o main +files: + - main diff --git a/order-fulfillment-gosdk/app.yaml b/order-fulfillment-gosdk/app.yaml index f3d2b14..e050f4f 100644 --- a/order-fulfillment-gosdk/app.yaml +++ b/order-fulfillment-gosdk/app.yaml @@ -1,3 +1,6 @@ # This manifest holds the information the app needs to run on the Nextmv Cloud. type: go runtime: ghcr.io/nextmv-io/runtime/default:latest +pre-push: GOOS=linux GOARCH=arm64 go build -o main +files: + - main diff --git a/shift-scheduling-gosdk/app.yaml b/shift-scheduling-gosdk/app.yaml index f3d2b14..e050f4f 100644 --- a/shift-scheduling-gosdk/app.yaml +++ b/shift-scheduling-gosdk/app.yaml @@ -1,3 +1,6 @@ # This manifest holds the information the app needs to run on the Nextmv Cloud. type: go runtime: ghcr.io/nextmv-io/runtime/default:latest +pre-push: GOOS=linux GOARCH=arm64 go build -o main +files: + - main