mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Adding back in drone arm build.
This commit is contained in:
parent
3a7ad48f96
commit
93f30fa915
1 changed files with 27 additions and 28 deletions
55
.drone.yml
55
.drone.yml
|
@ -44,36 +44,35 @@ steps:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
# TODO Disabling arm for now
|
---
|
||||||
# ---
|
kind: pipeline
|
||||||
# kind: pipeline
|
name: arm64
|
||||||
# name: arm64
|
|
||||||
|
|
||||||
# platform:
|
platform:
|
||||||
# os: linux
|
os: linux
|
||||||
# arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
|
|
||||||
# - name: fetch git submodules
|
- name: fetch git submodules
|
||||||
# image: node:14-alpine
|
image: node:14-alpine
|
||||||
# commands:
|
commands:
|
||||||
# - apk add git
|
- apk add git
|
||||||
# - git submodule init
|
- git submodule init
|
||||||
# - git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
# - name: make release build and push to docker hub
|
- name: make release build and push to docker hub
|
||||||
# image: plugins/docker
|
image: plugins/docker
|
||||||
# settings:
|
settings:
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# repo: dessalines/lemmy-ui
|
repo: dessalines/lemmy-ui
|
||||||
# auto_tag: true
|
auto_tag: true
|
||||||
# auto_tag_suffix: arm64
|
auto_tag_suffix: arm64
|
||||||
# username:
|
username:
|
||||||
# from_secret: docker_username
|
from_secret: docker_username
|
||||||
# password:
|
password:
|
||||||
# from_secret: docker_password
|
from_secret: docker_password
|
||||||
# when:
|
when:
|
||||||
# ref:
|
ref:
|
||||||
# - refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue