ci: only build arm, amd64 on linux and darwin
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/release-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/release-publish.yml
									
									
									
									
										vendored
									
									
								
							@ -102,13 +102,8 @@ jobs:
 | 
			
		||||
        type:
 | 
			
		||||
          - proxy
 | 
			
		||||
          - ldap
 | 
			
		||||
        goos: [linux, windows, darwin]
 | 
			
		||||
        goarch: ["386", amd64, arm64]
 | 
			
		||||
        exclude:
 | 
			
		||||
          - goarch: "386"
 | 
			
		||||
            goos: darwin
 | 
			
		||||
          - goarch: arm64
 | 
			
		||||
            goos: windows
 | 
			
		||||
        goos: [linux, darwin]
 | 
			
		||||
        goarch: [amd64, arm64]
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/setup-go@v2
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user