Skip to content

Commit

Permalink
build only a subset of images
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jan 4, 2021
1 parent b717302 commit 917e104
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
env:
SECRETS_ARE_AVAILABLE: ${{ secrets.DOCKERHUB_USERNAME }}
BUILD_REPOSITORY: knicknic/wemo-auto-kotatsu
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6 # all platforms from available platforms that are also available from debian:latest
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6 # find a subset that will easily build
# BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6 # all platforms from available platforms that are also available from debian:latest

jobs:
amd64_only_build:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
ouimeaux = "^0.8.2"
python = "^3.5"
python = "^3.6.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 917e104

Please sign in to comment.