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 a0ca9f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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/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
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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/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:
build_all_arch:
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 a0ca9f0

Please sign in to comment.