only build on arm64
This commit is contained in:
19
.drone.yml
19
.drone.yml
@@ -7,6 +7,14 @@ trigger:
|
|||||||
event: [ push ]
|
event: [ push ]
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/os: linux
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-website
|
- name: build-website
|
||||||
image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1
|
image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1
|
||||||
@@ -33,6 +41,14 @@ trigger:
|
|||||||
event: [ promote ]
|
event: [ promote ]
|
||||||
target: [ stg ]
|
target: [ stg ]
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/os: linux
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-website
|
- name: build-website
|
||||||
image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1
|
image: gitea.home.jbrumond.me/doc-utils/utils:0.1.1
|
||||||
@@ -47,6 +63,9 @@ steps:
|
|||||||
from_secret: gitea-jbrumond-me-password
|
from_secret: gitea-jbrumond-me-password
|
||||||
repo: gitea.home.jbrumond.me/doc-utils/docs
|
repo: gitea.home.jbrumond.me/doc-utils/docs
|
||||||
cache_from: gitea.home.jbrumond.me/doc-utils/docs:ci
|
cache_from: gitea.home.jbrumond.me/doc-utils/docs:ci
|
||||||
|
build_args:
|
||||||
|
- OS=linux
|
||||||
|
- ARCH=arm64
|
||||||
tags:
|
tags:
|
||||||
- stg
|
- stg
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user