only build on arm64
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
James Brumond 2023-05-14 13:16:59 -07:00
parent 1bab107bad
commit 412b1b73ef
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -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