Skip to content

Commit 1c9108e

Browse files
committed
chore(release): simplify release artifacts and target matrix
1 parent d217851 commit 1c9108e

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.goreleaser.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,21 @@ builds:
2222
- -X github.com/panakour/openpix/internal/cli.commit={{.ShortCommit}}
2323
- -X github.com/panakour/openpix/internal/cli.date={{.Date}}
2424
goos:
25-
- linux
2625
- darwin
26+
- linux
2727
- windows
2828
goarch:
2929
- amd64
3030
- arm64
31+
ignore:
32+
- goos: darwin
33+
goarch: amd64
34+
- goos: linux
35+
goarch: arm64
36+
- goos: windows
37+
goarch: arm64
3138

3239
archives:
33-
- id: binary
34-
formats:
35-
- binary
3640
- id: default
3741
formats:
3842
- tar.gz

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">openpix</h1>
1+
<h1 align="center">Bulk Image Downloader</h1>
22

33
<p align="center"><em>Open-licensed images from Wikimedia Commons and Openverse.</em></p>
44

@@ -17,8 +17,6 @@ It works without API keys, saves to `~/Pictures/openpix` by default, and is mean
1717
- Good for wallpapers, moodboards, demos, and quick image gathering
1818
- Works nicely both interactively and in scripts
1919

20-
> Note: the project was previously developed under the working name `pixglean`.
21-
2220
## Install
2321

2422
```bash
@@ -29,10 +27,9 @@ Or download a prebuilt binary from [GitHub Releases](https://github.com/panakour
2927

3028
Release builds target:
3129

32-
- macOS
33-
- Linux
34-
- Windows
35-
- `amd64` and `arm64`
30+
- macOS (`arm64`)
31+
- Linux (`amd64`)
32+
- Windows (`amd64`)
3633

3734
## Quick Start
3835

0 commit comments

Comments
 (0)