Skip to content

Commit 6b1fa12

Browse files
use arm drone agent for docs (#9776)
1 parent 7e44995 commit 6b1fa12

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.drone.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -604,25 +604,22 @@ name: docs
604604

605605
platform:
606606
os: linux
607-
arch: amd64
608-
609-
workspace:
610-
base: /go
611-
path: src/code.gitea.io/gitea
607+
arch: arm64
612608

613609
steps:
614610
- name: build-docs
615611
pull: always
616-
image: webhippie/hugo:latest
612+
image: plugins/hugo:latest
617613
commands:
614+
- apk add --no-cache make bash curl
618615
- cd docs
619616
- make trans-copy
620617
- make clean
621618
- make build
622619

623620
- name: publish-docs
624621
pull: always
625-
image: lucap/drone-netlify:latest
622+
image: techknowlogick/drone-netlify:latest
626623
settings:
627624
path: docs/public/
628625
site_id: d2260bae-7861-4c02-8646-8f6440b12672

0 commit comments

Comments
 (0)