mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 18:05:09 +00:00
Disabling arm for now.
This commit is contained in:
parent
9c57e6b33e
commit
3a7ad48f96
55
.drone.yml
55
.drone.yml
|
@ -44,35 +44,36 @@ steps:
|
|||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: arm64
|
||||
# TODO Disabling arm for now
|
||||
# ---
|
||||
# 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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue