|
|
@ -56,6 +56,11 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: test
|
|
|
|
needs: test
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: Set up QEMU
|
|
|
|
|
|
|
|
uses: docker/setup-qemu-action@v1.2.0
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
|
|
|
|
|
|
@ -72,7 +77,10 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
tags: guusvanmeerveld/materialtube:latest
|
|
|
|
tags: guusvanmeerveld/materialtube:latest
|
|
|
|
|
|
|
|
platforms: |
|
|
|
|
|
|
|
|
linux/amd64
|
|
|
|
|
|
|
|
linux/arm64
|
|
|
|
|
|
|
|
linux/arm/v7
|
|
|
|
# Cache
|
|
|
|
# Cache
|
|
|
|
cache-from: type=gha
|
|
|
|
cache-from: type=gha
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|