mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-04 18:21:12 +00:00
Disable arm
This commit is contained in:
parent
fae96e319c
commit
a9791d0e81
1 changed files with 0 additions and 20 deletions
20
.drone.yml
20
.drone.yml
|
@ -31,23 +31,3 @@ steps:
|
|||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: arm64
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
|
||||
- name: yarn
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
- yarn
|
||||
|
||||
- name: yarn lint
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
- yarn lint
|
||||
|
|
Loading…
Reference in a new issue