Ver Fonte

Add mips64 build

世界 há 1 ano atrás
pai
commit
1ed6654ad4
3 ficheiros alterados com 4 adições e 0 exclusões
  1. 1 0
      .github/workflows/docker.yml
  2. 1 0
      .goreleaser.fury.yaml
  3. 2 0
      .goreleaser.yaml

+ 1 - 0
.github/workflows/docker.yml

@@ -27,6 +27,7 @@ jobs:
           - linux/ppc64le
           - linux/riscv64
           - linux/s390x
+          - linux/mips64le
     steps:
       - name: Checkout
         uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

+ 1 - 0
.goreleaser.fury.yaml

@@ -26,6 +26,7 @@ builds:
       - linux_arm_7
       - linux_s390x
       - linux_riscv64
+      - linux_mips64le
     mod_timestamp: '{{ .CommitTimestamp }}'
 snapshot:
   name_template: "{{ .Version }}.{{ .ShortCommit }}"

+ 2 - 0
.goreleaser.yaml

@@ -27,9 +27,11 @@ builds:
       - linux_amd64_v1
       - linux_amd64_v3
       - linux_arm64
+      - linux_arm_6
       - linux_arm_7
       - linux_s390x
       - linux_riscv64
+      - linux_mips64le
       - windows_amd64_v1
       - windows_amd64_v3
       - windows_386