mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
Update docker-common.yml
This commit is contained in:
9
.github/workflows/docker-common.yml
vendored
9
.github/workflows/docker-common.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Push Docker image to Docker Hub
|
||||
# runs-on: self-hosted
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -34,6 +34,13 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
platforms: linux/arm64,linux/armhf
|
||||
append: |
|
||||
- endpoint: Koushik-MacStudio
|
||||
platforms: linux/arm64
|
||||
- endpoint: raspberrypi
|
||||
platforms: linux/armhf
|
||||
# with:
|
||||
# platforms: linux/arm64,linux/armhf
|
||||
# append: |
|
||||
|
||||
Reference in New Issue
Block a user