mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-18 09:02:04 +03:00
What're RoadRunner docker images is not tried to build for arm/v7
This commit is contained in:
parent
463d8e8950
commit
2bca260627
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image-build.yml
vendored
1
.github/workflows/docker-image-build.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image-name: shlinkio/shlink
|
image-name: shlinkio/shlink
|
||||||
version-arg-name: SHLINK_VERSION
|
version-arg-name: SHLINK_VERSION
|
||||||
|
platforms: 'linux/arm64/v8,linux/amd64'
|
||||||
tags-suffix: roadrunner
|
tags-suffix: roadrunner
|
||||||
extra-build-args: |
|
extra-build-args: |
|
||||||
SHLINK_RUNTIME=rr
|
SHLINK_RUNTIME=rr
|
||||||
|
|
Loading…
Reference in a new issue