This commit is contained in:
Alex Tran 2023-08-01 22:52:19 -05:00
parent 9753cbc1e3
commit e942ea57d6

View file

@ -18,7 +18,7 @@ permissions:
jobs:
build_and_push:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
# Prevent a failure in one image from stopping the other builds
fail-fast: false
@ -27,7 +27,6 @@ jobs:
- context: "server"
image: "immich-server"
platforms: "linux/arm/v7,linux/amd64,linux/arm64"
runs-on: self-hosted
- context: "web"
image: "immich-web"
platforms: "linux/arm/v7,linux/amd64,linux/arm64"