diff --git a/.drone.yml b/.drone.yml index 74db935..e7b90aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,9 @@ steps: repo: shibaobun/memex purge: true compress: true - platforms: linux/amd64,linux/arm/v7 + platforms: + - linux/amd64 + - linux/arm64 username: from_secret: docker_username password: @@ -59,7 +61,9 @@ steps: repo: shibaobun/memex purge: true compress: true - platforms: linux/amd64,linux/arm/v7 + platforms: + - linux/amd64 + - linux/arm64 username: from_secret: docker_username password: diff --git a/changelog.md b/changelog.md index ec92c63..6afb0fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ -# v0.1.12 +# v0.1.11 +- Update dependencies - ee cummings even more - Improve tests - Change invite path slightly -# v0.1.11 -- Update dependencies +- Build in arm64 and amd64 # v0.1.10 - Improve accessibility diff --git a/mix.exs b/mix.exs index ce7c324..7577973 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Memex.MixProject do def project do [ app: :memex, - version: "0.1.12", + version: "0.1.11", elixir: "1.14.4", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,