From 2e1d32db6b050178bf31115ed33bdd7e54ea3ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sat, 4 Jul 2020 11:54:37 +0200 Subject: [PATCH 1/2] ci(goreleaser): enable windows goos Also remove aarch64 from goarch list; it was useless since it's an alias of 64bits arm. --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a94b42d52..dc1ab4930 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,12 +10,12 @@ builds: goos: - linux - darwin + - windows goarch: - 386 - amd64 - arm - arm64 - - aarch64 archives: - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' replacements: From cabef42d4f1a569ed2b49142ac0d9edc0db12596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sat, 4 Jul 2020 11:58:10 +0200 Subject: [PATCH 2/2] docs: install Windows support --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a6250199a..15e0fbd0b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,7 +1,7 @@ To install PhoneInfoga, you'll need to download the binary or build the software from its source code. !!! info - For now, only Linux and MacOS are supported. If you don't see your OS/arch on the [release page on GitHub](https://github.com/sundowndev/PhoneInfoga/releases), it means it's not explicitly supported. You can always build from source by yourself. Want your OS to be supported ? Please [open an issue on GitHub](https://github.com/sundowndev/PhoneInfoga/issues). + For now, only Linux, MacOS and Windows are supported. If you don't see your OS/arch on the [release page on GitHub](https://github.com/sundowndev/PhoneInfoga/releases), it means it's not explicitly supported. You can build from source by yourself anyway. Want your OS to be supported ? Please [open an issue on GitHub](https://github.com/sundowndev/PhoneInfoga/issues). ## Binary installation (recommanded)