Skip to content

Commit

Permalink
Update docker-common.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Jun 8, 2023
1 parent 82d1c3a commit 47770c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
BASE=${{ matrix.BASE }}
context: install/docker/
file: install/docker/Dockerfile.${{ matrix.FLAVOR }}
platforms: linux/amd64,linux/arm64,linux/armhf
platforms: linux/amd64,linux/armhf
append: |
- endpoint: ssh://192.168.2.124
platforms: linux/arm64
push: true
tags: |
koush/scrypted-common:${{ matrix.NODE_VERSION }}-${{ matrix.BASE }}-${{ matrix.FLAVOR }}
Expand Down

0 comments on commit 47770c0

Please sign in to comment.