Skip to content

Native builder: add the current target platform we're building use it to set automatic platform ARGs #522

@dkovba

Description

@dkovba

Feature or enhancement request details

We should add the current target platform we're building and use it to set automatic platform ARGs:

        // Build platform ARGs.
        args["BUILDPLATFORM"] = buildPlatform.description
        args["BUILDOS"] = buildPlatform.os
        args["BUILDARCH"] = buildPlatform.architecture
        args["BUILDVARIANT"] = buildPlatform.variant ?? ""
        
        // Target platform ARGs.
        args["TARGETPLATFORM"] = targetPlatform.description
        args["TARGETOS"] = targetPlatform.os
        args["TARGETARCH"] = targetPlatform.architecture
        args["TARGETVARIANT"] = targetPlatform.variant ?? ""

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    native-builderIssues and feature requests related to the native builder

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions