Skip to content

Commit

Permalink
Removed support for ARM images while testing for faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
f1d094 committed Mar 19, 2024
1 parent b148006 commit bf73ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
with:
context: "."
file: "Dockerfile"
platforms: linux/arm64,linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm/v5
#platforms: linux/arm64,linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm/v5
platforms: linux/amd64
push: true
tags: |
f1d094/insteon-mqtt_with_paho-mqtt-1.6.1:${{steps.getrefs.outputs.sha12}}, f1d094/insteon-mqtt_with_paho-mqtt-1.6.1:latest
2 changes: 1 addition & 1 deletion insteon_mqtt/mqtt/RemoteLinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
LOG = log.get_logger()


class Remote(BatterySensor, topic.ManualTopic):
class RemoteLinc(BatterySensor, topic.ManualTopic):
"""
MQTT interface to an Insteon RemoteLinc (2440) remote control.
Expand Down

0 comments on commit bf73ebe

Please sign in to comment.