mirror of
				https://github.com/oneclickvirt/backtrace.git
				synced 2025-11-04 15:52:37 +08:00 
			
		
		
		
	Update main.yaml
This commit is contained in:
		
							parent
							
								
									36de71acaa
								
							
						
					
					
						commit
						531872bde0
					
				
							
								
								
									
										31
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										31
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							@ -55,7 +55,7 @@ jobs:
 | 
				
			|||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        mkdir -p bin
 | 
					        mkdir -p bin
 | 
				
			||||||
        cd cmd
 | 
					        cd cmd
 | 
				
			||||||
        CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ../bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.goarm }} -v -ldflags="-extldflags=-static" .
 | 
					        CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ../bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v -ldflags="-extldflags=-static" .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Upload New Assets
 | 
					    - name: Upload New Assets
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
@ -74,11 +74,14 @@ jobs:
 | 
				
			|||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        goos: [windows, freebsd, openbsd, linux, darwin]
 | 
					        goos: [windows, freebsd, openbsd, linux, darwin]
 | 
				
			||||||
        goarch: [amd64, 386]
 | 
					        goarch: [amd64, 386]
 | 
				
			||||||
        goarm: [ "", "-arm7", "-arm6", "-arm5" ]
 | 
					 | 
				
			||||||
        exclude:
 | 
					        exclude:
 | 
				
			||||||
          - goarch: 386
 | 
					          - goarch: 386
 | 
				
			||||||
            goos: darwin
 | 
					            goos: darwin
 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
 | 
					          - goos: windows
 | 
				
			||||||
 | 
					            goarch: 386
 | 
				
			||||||
 | 
					          - goos: windows
 | 
				
			||||||
 | 
					            goarch: amd64
 | 
				
			||||||
          - goos: windows
 | 
					          - goos: windows
 | 
				
			||||||
            goarch: arm64
 | 
					            goarch: arm64
 | 
				
			||||||
          - goos: windows
 | 
					          - goos: windows
 | 
				
			||||||
@ -89,12 +92,6 @@ jobs:
 | 
				
			|||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
            goarch: arm
 | 
					            goarch: arm
 | 
				
			||||||
            goarm: 7
 | 
					            goarm: 7
 | 
				
			||||||
          - goos: linux
 | 
					 | 
				
			||||||
            goarch: arm
 | 
					 | 
				
			||||||
            goarm: 6
 | 
					 | 
				
			||||||
          - goos: linux
 | 
					 | 
				
			||||||
            goarch: arm
 | 
					 | 
				
			||||||
            goarm: 5
 | 
					 | 
				
			||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
            goarch: arm64
 | 
					            goarch: arm64
 | 
				
			||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
@ -107,12 +104,6 @@ jobs:
 | 
				
			|||||||
            goarch: mipsle
 | 
					            goarch: mipsle
 | 
				
			||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
            goarch: mips
 | 
					            goarch: mips
 | 
				
			||||||
          - goos: linux
 | 
					 | 
				
			||||||
            goarch: mipsle
 | 
					 | 
				
			||||||
            gomips: softfloat
 | 
					 | 
				
			||||||
          - goos: linux
 | 
					 | 
				
			||||||
            goarch: mips
 | 
					 | 
				
			||||||
            gomips: softfloat
 | 
					 | 
				
			||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
            goarch: ppc64
 | 
					            goarch: ppc64
 | 
				
			||||||
          - goos: linux
 | 
					          - goos: linux
 | 
				
			||||||
@ -127,3 +118,15 @@ jobs:
 | 
				
			|||||||
          - goos: openbsd
 | 
					          - goos: openbsd
 | 
				
			||||||
            goarch: arm
 | 
					            goarch: arm
 | 
				
			||||||
            goarm: 7
 | 
					            goarm: 7
 | 
				
			||||||
 | 
					          # - goos: linux
 | 
				
			||||||
 | 
					          #   goarch: mipsle
 | 
				
			||||||
 | 
					          #   gomips: softfloat
 | 
				
			||||||
 | 
					          # - goos: linux
 | 
				
			||||||
 | 
					          #   goarch: mips
 | 
				
			||||||
 | 
					          #   gomips: softfloat
 | 
				
			||||||
 | 
					          # - goos: linux
 | 
				
			||||||
 | 
					          #   goarch: arm
 | 
				
			||||||
 | 
					          #   goarm: 6
 | 
				
			||||||
 | 
					          # - goos: linux
 | 
				
			||||||
 | 
					          #   goarch: arm
 | 
				
			||||||
 | 
					          #   goarm: 5
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user