mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix: build step (#3575)
Co-authored-by: Alex Tran <Alex.Tran@conductix.com>
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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" | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user