Skip to content

Commit

Permalink
fix: build step (immich-app#3575)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Tran <[email protected]>
  • Loading branch information
alextran1502 and Alex Tran authored Aug 7, 2023
1 parent 13df619 commit 3731cc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
fail-fast: false
matrix:
include:
- context: "server"
image: "immich-server"
platforms: "linux/amd64"
- context: "web"
image: "immich-web"
platforms: "linux/amd64,linux/arm64"
Expand Down Expand Up @@ -120,7 +117,7 @@ jobs:
include:
- context: "server"
image: "immich-server"
platforms: "linux/arm64"
platforms: "linux/arm64,linux/amd64"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3731cc4

Please sign in to comment.