Browse Source
Add support for armv7 processors (#1738)
* Add support for armv7 processors
* Update changelog
pull/1736/head^2
Kevin Viet
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
2 deletions
-
.github/workflows/docker-image.yml
-
CHANGELOG.md
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
uses: docker/build-push-action@v3 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
platforms: linux/amd64,linux/arm64 |
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
labels: ${{ steps.meta.output.labels }} |
|
|
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added the configuration to publish a `linux/arm/v7` docker image |
|
|
|
|
|
|
|
## 1.237.0 - 2023-02-19 |
|
|
|
|
|
|
|
### Added |
|
|
@ -757,7 +763,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Added the alias to the `Access` database schema |
|
|
|
- Added support for translated time distances |
|
|
|
- Added a _GitHub Action_ to create an `arm64` docker image |
|
|
|
- Added a _GitHub Action_ to create an `linux/arm64` docker image |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|