Skip to content

Commit

Permalink
remove outdated build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Sep 26, 2023
1 parent 1699520 commit 847da55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: |
smartenergyplatform/mgw-kasa-dc:dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: |
smartenergyplatform/mgw-kasa-dc:prod
Expand Down

0 comments on commit 847da55

Please sign in to comment.