File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010  test :
11-     runs-on : ubuntu-20.04  
11+     runs-on : ubuntu-latest  
1212    container :
1313      image : ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2 
1414    steps :
1919        make test 
2020
2121build-linux-amd64 :
22-     runs-on : ubuntu-20.04  
22+     runs-on : ubuntu-latest  
2323    container :
2424      image : ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2 
2525    steps :
3030        TARGET_ARCH="linux-amd64" make all 
3131
3232build-linux-arm64 :
33-     runs-on : ubuntu-20.04  
33+     runs-on : ubuntu-latest  
3434    container :
3535      image : ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2 
3636    steps :
Original file line number Diff line number Diff line change 66  pull_request :
77jobs :
88  hadolint :
9-     runs-on : ubuntu-20.04  
9+     runs-on : ubuntu-latest  
1010    steps :
1111    - name : Checkout 
1212      uses : actions/checkout@v4 
Original file line number Diff line number Diff line change 2828    - name : Checkout repository 
2929      uses : actions/checkout@v4 
3030
31-     - name : Set up QEMU 
32-       uses : docker/setup-qemu-action@v3 
31+     # - name: Set up QEMU
32+     #   uses: docker/setup-qemu-action@v3
3333
3434    - name : Setup Docker buildx 
3535      uses : docker/setup-buildx-action@v3 
@@ -59,11 +59,12 @@ jobs:
5959    #  https://github.com/docker/build-push-action
6060    - name : Build and push Docker image 
6161      id : build-and-push 
62-       uses : docker/build-push-action@v5  
62+       uses : docker/build-push-action@v6  
6363      with :
6464        context : . 
6565        provenance : false 
66-         platforms : linux/amd64,linux/arm64 
66+         # platforms: linux/amd64,linux/arm64
67+         platforms : linux/amd64 
6768        push : ${{ github.event_name != 'pull_request' }} 
6869        build-args : gh_access_token=${{ secrets.BUILDBOT_GITHUB_TOKEN }} 
6970        tags : ${{ steps.meta.outputs.tags }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments