From 4615a29c116909559d30e0de0f0e57b3104c5732 Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 16 Apr 2023 21:36:33 -0400 Subject: [PATCH] disable arm builds --- .drone.yml | 2 -- changelog.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e7b90aa..88e14fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,6 @@ steps: compress: true platforms: - linux/amd64 - - linux/arm64 username: from_secret: docker_username password: @@ -63,7 +62,6 @@ steps: compress: true platforms: - linux/amd64 - - linux/arm64 username: from_secret: docker_username password: diff --git a/changelog.md b/changelog.md index 6afb0fa..b27e29d 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ - ee cummings even more - Improve tests - Change invite path slightly -- Build in arm64 and amd64 +- Disable arm builds since ci fails to build # v0.1.10 - Improve accessibility