Add arm/v7 platform for Docker builds

This commit is contained in:
spikecodes 2021-04-17 18:58:18 -07:00
parent b47cfd1ba5
commit cac83493da
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.arm64
platforms: linux/arm64
file: ./Dockerfile.arm
platforms: linux/arm64,linux/arm/v7
push: true
tags: spikecodes/libreddit:arm

2
Cargo.lock generated
View File

@ -605,7 +605,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
[[package]]
name = "libreddit"
version = "0.10.5"
version = "0.10.6"
dependencies = [
"askama",
"async-recursion",

View File

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.10.5"
version = "0.10.6"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"