mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Arm docker support (#19)
This commit is contained in:
		
							parent
							
								
									2d37b8104e
								
							
						
					
					
						commit
						43da32a91c
					
				
							
								
								
									
										25
									
								
								.github/workflows/push-docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/workflows/push-docker.yml
									
									
									
									
										vendored
									
									
								
							@ -38,23 +38,20 @@ jobs:
 | 
			
		||||
        username: ${{ secrets.DOCKER_HUB_USERNAME }}
 | 
			
		||||
        password: ${{ secrets.DOCKER_HUB_API }} 
 | 
			
		||||
        
 | 
			
		||||
    - name: Setup buildx
 | 
			
		||||
      run: |
 | 
			
		||||
        docker buildx create --name mybuilder
 | 
			
		||||
        docker buildx use mybuilder
 | 
			
		||||
        
 | 
			
		||||
    - name: Build and push
 | 
			
		||||
      uses: docker/build-push-action@v3
 | 
			
		||||
    - name: Build and push versioned amd64 and v8
 | 
			
		||||
      if: github.ref == 'refs/heads/main' 
 | 
			
		||||
      with:
 | 
			
		||||
        context: .
 | 
			
		||||
        push: true
 | 
			
		||||
        tags: |
 | 
			
		||||
          frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
 | 
			
		||||
      run: | 
 | 
			
		||||
        docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}" .
 | 
			
		||||
 | 
			
		||||
    - name: Build and push
 | 
			
		||||
      uses: docker/build-push-action@v3
 | 
			
		||||
   
 | 
			
		||||
    - name: Build and push latest amd64 and v8
 | 
			
		||||
      if: github.ref == 'refs/heads/master' 
 | 
			
		||||
      with:
 | 
			
		||||
        context: .
 | 
			
		||||
        push: true
 | 
			
		||||
        tags: |
 | 
			
		||||
          frooodle/s-pdf:latest
 | 
			
		||||
      run: | 
 | 
			
		||||
        docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .
 | 
			
		||||
        
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user