Skip to content

Commit

Permalink
Add Docker Buildx for shelly
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Sep 17, 2024
1 parent c1edd04 commit 8985fe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-buildx-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
run: |
echo "Extracted version is: $VERSION ${{ env.VERSION }}"
- name: Run Docker Buildx on shelly
run: |
docker buildx build \
--platform linux/arm64 \
-f docker/Dockerfile.shelly \
-t luligu/matterbridge:shelly \
--push .
docker manifest inspect luligu/matterbridge:shelly
timeout-minutes: 60

- name: Run Docker Buildx on dev_shelly
run: |
docker buildx build \
Expand Down

0 comments on commit 8985fe8

Please sign in to comment.