Building the App Locally

After you have created an app, you can build it anytime. When you build the app, the app binary gets created in the bin folder under your Workspace.

Before you begin
  • The app for which an app executable needs to be created must have a trigger and a flow in it. If the app does not have a trigger and flow, the app executable is not created.
  • You have associated a runtime with your app that you can see under the Explorer View > Flogo App Workspace > Actions tab.
  • You need go version=go1.20.12 or above, to be installed on your machine.
    For information about go installation on Windows, Mac, or Linux, see https://go.dev/doc/install.
    Procedure
  1. Select the app that you want to build in Explorer View.
  2. Navigate to Explorer View > Flogo App Workspace and click the dropdown icon.
  3. Click the Build icon.

    Note: Make sure that the build configuration is set according to your Operating System and Architecture. If not, click the Configure and Run icon next to the Build icon to configure the correct settings.
ResultWhen the build is finished, the app binary is downloaded to the bin folder in your workspace.