Update docker-common.yml

This commit is contained in:
Koushik Dutta
2023-07-27 13:05:21 -07:00
committed by GitHub
parent 0766d67a75
commit b3db0aa78f

View File

@@ -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: |