github.com/facebookincubator/ttpforge@v1.0.13-0.20240405153150-5ae801628835/.goreleaser.yaml (about)

     1  ---
     2  builds:
     3    - id: "ttpforge"
     4      binary: ttpforge
     5  
     6      goos:
     7        - linux
     8        - darwin
     9        - windows
    10  
    11      goarch:
    12        - amd64
    13        - arm
    14        - arm64
    15  
    16      # GOARM to build for when GOARCH is arm.
    17      goarm:
    18        - 6
    19        - 7
    20  
    21      # GOAMD64 to build when GOARCH is amd64.
    22      goamd64:
    23        - v2
    24        - v3