Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
IMAGE_NAME: pycryptobot
DOCKER_FILE: Dockerfile
DOCKER_BUILDKIT: 1
PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64
# PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 <-- build fails with: docker build . --platform "linux/arm/v7"
PLATFORM: linux/arm64,linux/amd64

jobs:
# Build and push image to GitHub Packages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Crypto Bot v8.2.2 (pycryptobot)
# Python Crypto Bot v8.2.3 (pycryptobot)

[![Docker](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg) [![Tests](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)

Expand Down
1 change: 0 additions & 1 deletion models/config/binance_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def parse_market(market):
"ETH",
"USDT",
"TUSD",
"BUSD",
"DAX",
"NGN",
"RUB",
Expand Down