Disable arm

This commit is contained in:
Dessalines 2022-12-11 10:29:21 -05:00
parent fae96e319c
commit a9791d0e81

View file

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