feat: multiarch image (#31)

This commit is contained in:
Paramtamtam
2023-01-23 00:24:45 +04:00
committed by GitHub
parent 40678de18c
commit 597d6e28ec
5 changed files with 38 additions and 52 deletions

View File

@@ -4,6 +4,18 @@ 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].
## v1.8.1
### Added
- Multi-arch image support (plus `arm64` and `ppc64le`) [#31]
### Fixed
- Error page colors now depend on the theme, and the text is centered [#31]
[#31]:https://github.com/tarampampam/3proxy-docker/pull/31
## v1.8.0
### Added