test
This commit is contained in:
parent
9753cbc1e3
commit
e942ea57d6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -18,7 +18,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
strategy:
|
strategy:
|
||||||
# Prevent a failure in one image from stopping the other builds
|
# Prevent a failure in one image from stopping the other builds
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -27,7 +27,6 @@ jobs:
|
||||||
- context: "server"
|
- context: "server"
|
||||||
image: "immich-server"
|
image: "immich-server"
|
||||||
platforms: "linux/arm/v7,linux/amd64,linux/arm64"
|
platforms: "linux/arm/v7,linux/amd64,linux/arm64"
|
||||||
runs-on: self-hosted
|
|
||||||
- context: "web"
|
- context: "web"
|
||||||
image: "immich-web"
|
image: "immich-web"
|
||||||
platforms: "linux/arm/v7,linux/amd64,linux/arm64"
|
platforms: "linux/arm/v7,linux/amd64,linux/arm64"
|
||||||
|
|
Loading…
Reference in a new issue