mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	use arm drone agent for docs (#9776)
This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -604,17 +604,14 @@ name: docs
 | 
			
		||||
 | 
			
		||||
platform:
 | 
			
		||||
  os: linux
 | 
			
		||||
  arch: amd64
 | 
			
		||||
 | 
			
		||||
workspace:
 | 
			
		||||
  base: /go
 | 
			
		||||
  path: src/code.gitea.io/gitea
 | 
			
		||||
  arch: arm64
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  - name: build-docs
 | 
			
		||||
    pull: always
 | 
			
		||||
    image: webhippie/hugo:latest
 | 
			
		||||
    image: plugins/hugo:latest
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk add --no-cache make bash curl
 | 
			
		||||
      - cd docs
 | 
			
		||||
      - make trans-copy
 | 
			
		||||
      - make clean
 | 
			
		||||
@@ -622,7 +619,7 @@ steps:
 | 
			
		||||
 | 
			
		||||
  - name: publish-docs
 | 
			
		||||
    pull: always
 | 
			
		||||
    image: lucap/drone-netlify:latest
 | 
			
		||||
    image: techknowlogick/drone-netlify:latest
 | 
			
		||||
    settings:
 | 
			
		||||
      path: docs/public/
 | 
			
		||||
      site_id: d2260bae-7861-4c02-8646-8f6440b12672
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user