mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Readme file updated, docker arch linux/386 removed, changelog file updated
This commit is contained in:
parent
3c07d04c71
commit
294f76d56b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
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:${{ steps.values.outputs.version }}" \
|
||||||
--tag "tarampampam/error-pages:latest" \
|
--tag "tarampampam/error-pages:latest" \
|
||||||
--tag "ghcr.io/tarampampam/error-pages:${{ steps.values.outputs.version }}" \
|
--tag "ghcr.io/tarampampam/error-pages:${{ steps.values.outputs.version }}" \
|
||||||
|
@ -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].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
## UNRELEASED
|
## v1.5.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
|
|||||||
|
|
||||||
### Added
|
### 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
|
- Random template selecting (use `random` as a template name) for docker image
|
||||||
|
|
||||||
## v1.4.0
|
## v1.4.0
|
||||||
|
@ -18,7 +18,7 @@ This repository contains:
|
|||||||
|
|
||||||
## Demo
|
## 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
|
## Templates
|
||||||
|
|
||||||
@ -217,5 +217,4 @@ This is open-sourced software licensed under the [MIT License][link_license].
|
|||||||
[link_nginx]:http://nginx.org/
|
[link_nginx]:http://nginx.org/
|
||||||
[link_traefik]:https://docs.traefik.io/
|
[link_traefik]:https://docs.traefik.io/
|
||||||
[link_swarm]:https://docs.docker.com/engine/swarm/
|
[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/
|
[link_gh_pages]:https://tarampampam.github.io/error-pages/
|
||||||
|
Loading…
Reference in New Issue
Block a user