Skip to content
Snippets Groups Projects
  • Yann D'Isanto's avatar
    b068c40e
    feat(build): build target platform can be specified · b068c40e
    Yann D'Isanto authored
    Build target platform can now be specified with `` and `` variables.
    Supports GitLab jobs matrix feature to enable multiple build. 
    
    BREAKING CHANGE: changed `GO_BUILD_ARGS` to `GO_BUILD_FLAGS` variable and `GO_TEST_ARGS` to `GO_TEST_FLAGS` variable. See doc.
    b068c40e
    History
    feat(build): build target platform can be specified
    Yann D'Isanto authored
    Build target platform can now be specified with `` and `` variables.
    Supports GitLab jobs matrix feature to enable multiple build. 
    
    BREAKING CHANGE: changed `GO_BUILD_ARGS` to `GO_BUILD_FLAGS` variable and `GO_TEST_ARGS` to `GO_TEST_FLAGS` variable. See doc.