mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-10 22:13:47 -06:00
Do not build docker image for ARM
This commit is contained in:
parent
0a2cc554c6
commit
7ffb64eee1
5
.github/workflows/publish-docker-image.yml
vendored
5
.github/workflows/publish-docker-image.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runtime: 'rr'
|
- runtime: 'rr'
|
||||||
platforms: 'linux/arm64/v8,linux/amd64'
|
platforms: 'linux/amd64' # TODO Build on linux/arm64/v8 again. For some reason it is failing
|
||||||
- runtime: 'rr'
|
- runtime: 'rr'
|
||||||
tag-suffix: 'roadrunner'
|
tag-suffix: 'roadrunner'
|
||||||
platforms: 'linux/arm64/v8,linux/amd64'
|
platforms: 'linux/amd64' # TODO Build on linux/arm64/v8 again. For some reason it is failing
|
||||||
uses: shlinkio/github-actions/.github/workflows/docker-publish-image.yml@main
|
uses: shlinkio/github-actions/.github/workflows/docker-publish-image.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
@ -24,4 +24,3 @@ jobs:
|
|||||||
tags-suffix: ${{ matrix.tag-suffix }}
|
tags-suffix: ${{ matrix.tag-suffix }}
|
||||||
extra-build-args: |
|
extra-build-args: |
|
||||||
SHLINK_RUNTIME=${{ matrix.runtime }}
|
SHLINK_RUNTIME=${{ matrix.runtime }}
|
||||||
buildx-version: v0.19.2 # Using v0.20 there are errors when building ARM images
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
|
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
|
||||||
|
|
||||||
# [4.4.1] - 2025-01-28
|
## [4.4.1] - 2025-01-28
|
||||||
### Added
|
### Added
|
||||||
* [#2331](https://github.com/shlinkio/shlink/issues/2331) Add `ADDRESS` env var which allows to customize the IP address to which RoadRunner binds, when using the official docker image.
|
* [#2331](https://github.com/shlinkio/shlink/issues/2331) Add `ADDRESS` env var which allows to customize the IP address to which RoadRunner binds, when using the official docker image.
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
* [#2334](https://github.com/shlinkio/shlink/issues/2334) Improve how page titles are encoded to UTF-8, falling back from mbstring to iconv if available, and ultimately using the original title in case of error, but never causing the short URL creation to fail.
|
* [#2334](https://github.com/shlinkio/shlink/issues/2334) Improve how page titles are encoded to UTF-8, falling back from mbstring to iconv if available, and ultimately using the original title in case of error, but never causing the short URL creation to fail.
|
||||||
|
|
||||||
|
|
||||||
# [4.4.0] - 2024-12-27
|
## [4.4.0] - 2024-12-27
|
||||||
### Added
|
### Added
|
||||||
* [#2265](https://github.com/shlinkio/shlink/issues/2265) Add a new `REDIRECT_EXTRA_PATH_MODE` option that accepts three values:
|
* [#2265](https://github.com/shlinkio/shlink/issues/2265) Add a new `REDIRECT_EXTRA_PATH_MODE` option that accepts three values:
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
||||||
|
|
||||||
# [4.3.1] - 2024-11-25
|
## [4.3.1] - 2024-11-25
|
||||||
### Added
|
### Added
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user