Skip to content

Commit

Permalink
Merge pull request #206 from glanceapp/release/v0.6.0
Browse files Browse the repository at this point in the history
Release/v0.6.0
  • Loading branch information
svilenmarkov authored Sep 8, 2024
2 parents 7ce87c7 + d60457a commit 066e512
Show file tree
Hide file tree
Showing 76 changed files with 2,678 additions and 492 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/assets
/build
/playground
glance.yml
glance*.yml
13 changes: 5 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,20 @@ dockers:
dockerfile: Dockerfile.goreleaser

- image_templates:
- &arm64v7_image "{{ .ProjectName }}:{{ .Tag }}-arm64v7"
- &armv7_image "{{ .ProjectName }}:{{ .Tag }}-armv7"
build_flag_templates:
- --platform=linux/arm64/v7
- --platform=linux/arm/v7
goarch: arm
goarm: 7
use: buildx
dockerfile: Dockerfile.goreleaser

docker_manifests:
- name_template: "{{ .ProjectName }}:{{ .Tag }}"
image_templates:
image_templates: &multiarch_images
- *amd64_image
- *arm64v8_image
- *arm64v7_image
- *armv7_image
- name_template: "{{ .ProjectName }}:latest"
skip_push: auto
image_templates:
- *amd64_image
- *arm64v8_image
- *arm64v7_image
image_templates: *multiarch_images
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><em>What if you could see everything at a...</em></p>
<h1 align="center">Glance</h1>
<p align="center"><a href="#installation">Install</a> • <a href="docs/configuration.md">Configuration</a> • <a href="docs/themes.md">Themes</a></p>
<p align="center"><a href="#installation">Install</a> • <a href="docs/configuration.md">Configuration</a> • <a href="docs/preconfigured-pages.md">Preconfigured pages</a> • <a href="docs/themes.md">Themes</a> • <a href="https://discord.com/invite/7KQ7Xa9kJd">Discord</a></p>

![example homepage](docs/images/readme-main-image.png)

Expand Down
Loading

0 comments on commit 066e512

Please sign in to comment.