build in arm64 and amd64
continuous-integration/drone/push Build was killed Details

This commit is contained in:
shibao 2023-04-16 17:05:13 -04:00
parent fcfd9857d5
commit eb48ff7dc0
3 changed files with 10 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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,