Skip to content

Commit 17a33ef

Browse files
techknowlogick6543
authored andcommitted
use arm drone agent for docs (go-gitea#9776)
1 parent 622631f commit 17a33ef

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
@@ -536,25 +536,22 @@ name: docs
536536

537537
platform:
538538
os: linux
539-
arch: amd64
540-
541-
workspace:
542-
base: /go
543-
path: src/code.gitea.io/gitea
539+
arch: arm64
544540

545541
steps:
546542
- name: build-docs
547543
pull: always
548-
image: webhippie/hugo:latest
544+
image: plugins/hugo:latest
549545
commands:
546+
- apk add --no-cache make bash curl
550547
- cd docs
551548
- make trans-copy
552549
- make clean
553550
- make build
554551

555552
- name: publish-docs
556553
pull: always
557-
image: lucap/drone-netlify:latest
554+
image: techknowlogick/drone-netlify:latest
558555
settings:
559556
path: docs/public/
560557
site_id: d2260bae-7861-4c02-8646-8f6440b12672

0 commit comments

Comments
 (0)