Skip to content

Commit

Permalink
Build unsigned APK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 20, 2020
1 parent cd1c672 commit a8de684
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ nfpms:
arm64: aarch64
files:
"completions/chezmoi.zsh": "/usr/share/zsh/functions/_chezmoi"
- id: apks
builds:
- chezmoi-cgo-musl
- chezmoi-nocgo
vendor: "Tom Payne <twpayne@gmail.com>"
homepage: "https://chezmoi.io/"
maintainer: "Tom Payne <twpayne@gmail.com>"
description: "Manage your dotfiles across multiple diverse machines, securely."
license: MIT
formats:
- apk
bindir: /usr/bin

release:

Expand Down
13 changes: 7 additions & 6 deletions cmd/docs.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ Install chezmoi with a single command.
Download a package for your operating system and architecture and install it
with your package manager.

| Distribution | Architectures | Package |
| ------------ | --------------------------------------------------------- | ------------------------------------------------------------------------- |
| Debian | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| RedHat | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| OpenSUSE | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| Ubuntu | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| Distribution | Architectures | Package |
| ------------ | --------------------------------------------------------- | ----------------------------------------------------------- |
| Alpine | `386`, `amd64`, `arm64`, `arm`, `ppc64`, `ppc64le` | [`apk`](https://github.com/twpayne/chezmoi/releases/latest) |
| Debian | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| RedHat | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| OpenSUSE | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| Ubuntu | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |

## Pre-built binaries

Expand Down

0 comments on commit a8de684

Please sign in to comment.