Adding back in drone arm build.

This commit is contained in:
Dessalines 2021-01-15 12:41:38 -05:00
parent 3a7ad48f96
commit 93f30fa915
1 changed files with 27 additions and 28 deletions

View File

@ -44,36 +44,35 @@ steps:
ref:
- refs/tags/*
# TODO Disabling arm for now
# ---
# kind: pipeline
# name: arm64
---
kind: pipeline
name: arm64
# platform:
# os: linux
# arch: arm64
platform:
os: linux
arch: arm64
# steps:
steps:
# - name: fetch git submodules
# image: node:14-alpine
# commands:
# - apk add git
# - git submodule init
# - git submodule update --recursive --remote
- name: fetch git submodules
image: node:14-alpine
commands:
- apk add git
- git submodule init
- git submodule update --recursive --remote
# - name: make release build and push to docker hub
# image: plugins/docker
# settings:
# dockerfile: Dockerfile
# repo: dessalines/lemmy-ui
# auto_tag: true
# auto_tag_suffix: arm64
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# when:
# ref:
# - refs/tags/*
- name: make release build and push to docker hub
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: dessalines/lemmy-ui
auto_tag: true
auto_tag_suffix: arm64
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
ref:
- refs/tags/*