ci: try arm64 only
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -34,7 +34,7 @@ jobs:
 | 
				
			|||||||
            beryju/authentik:latest,
 | 
					            beryju/authentik:latest,
 | 
				
			||||||
            ghcr.io/goauthentik/server:2021.5.1-rc4,
 | 
					            ghcr.io/goauthentik/server:2021.5.1-rc4,
 | 
				
			||||||
            ghcr.io/goauthentik/server:latest
 | 
					            ghcr.io/goauthentik/server:latest
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64,linux/arm/v8
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
  build-proxy:
 | 
					  build-proxy:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
@ -69,7 +69,7 @@ jobs:
 | 
				
			|||||||
            ghcr.io/goauthentik/proxy:latest
 | 
					            ghcr.io/goauthentik/proxy:latest
 | 
				
			||||||
          context: outpost/
 | 
					          context: outpost/
 | 
				
			||||||
          file: outpost/proxy.Dockerfile
 | 
					          file: outpost/proxy.Dockerfile
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64,linux/arm/v8
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
  build-ldap:
 | 
					  build-ldap:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
@ -103,7 +103,7 @@ jobs:
 | 
				
			|||||||
            ghcr.io/goauthentik/ldap:latest
 | 
					            ghcr.io/goauthentik/ldap:latest
 | 
				
			||||||
          context: outpost/
 | 
					          context: outpost/
 | 
				
			||||||
          file: outpost/ldap.Dockerfile
 | 
					          file: outpost/ldap.Dockerfile
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64,linux/arm/v8
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
  test-release:
 | 
					  test-release:
 | 
				
			||||||
    if: ${{ github.event_name == 'release' }}
 | 
					    if: ${{ github.event_name == 'release' }}
 | 
				
			||||||
    needs:
 | 
					    needs:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user