Skip to content

Commit

Permalink
Update container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whittlem authored Aug 16, 2023
1 parent 26abf8b commit 5901939
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 5901939

Please sign in to comment.