]> Untitled Git - lemmy-ui.git/commitdiff
Disabling arm for now.
authorDessalines <tyhou13@gmx.com>
Wed, 13 Jan 2021 17:18:21 +0000 (12:18 -0500)
committerDessalines <tyhou13@gmx.com>
Wed, 13 Jan 2021 17:18:21 +0000 (12:18 -0500)
.drone.yml

index 0e60eb8a0420db53e2036e62c2c32d561d97aaa0..f87a4c928e0c5284c510deae57aaab9c6f5a4f6d 100644 (file)
@@ -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/*