diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ca7fe8..1481be7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: - name: Build image run: | docker buildx build \ - --platform "linux/amd64,linux/386,linux/arm64/v8,linux/arm/v6,linux/arm/v7" \ + --platform "linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7" \ --tag "tarampampam/error-pages:${{ steps.values.outputs.version }}" \ --tag "tarampampam/error-pages:latest" \ --tag "ghcr.io/tarampampam/error-pages:${{ steps.values.outputs.version }}" \ diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cb78d..ed64a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. -## UNRELEASED +## v1.5.0 ### Changed @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher ### Added -- Support for `linux/386`, `linux/arm64/v8`, `linux/arm/v6` and `linux/arm/v7` platforms for docker image +- Support for `linux/arm64/v8`, `linux/arm/v6` and `linux/arm/v7` platforms for docker image - Random template selecting (use `random` as a template name) for docker image ## v1.4.0 diff --git a/README.md b/README.md index 6371418..9a4d832 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository contains: ## Demo -Generated pages (from the latest release) always [accessible here][link_branch_gh_pages] _(sources)_ and on GitHub pages **[here][link_gh_pages]** _(live preview)_. +Generated pages (from the latest release) always **[accessible here][link_gh_pages]** _(live preview)_. ## Templates @@ -217,5 +217,4 @@ This is open-sourced software licensed under the [MIT License][link_license]. [link_nginx]:http://nginx.org/ [link_traefik]:https://docs.traefik.io/ [link_swarm]:https://docs.docker.com/engine/swarm/ -[link_branch_gh_pages]:https://github.com/tarampampam/error-pages/tree/gh-pages [link_gh_pages]:https://tarampampam.github.io/error-pages/