Update the platform list to match what node:alpine has

This commit is contained in:
2021-08-05 10:38:15 -04:00
parent 5df7a08232
commit 0726d1699b

View File

@@ -53,7 +53,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ steps.prep.outputs.tags }}
platforms: linux/amd64,linux/arm64,linux/ppc64le
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
cache-from: type=registry,ref=tedkulp/vidgrab:latest
cache-to: type=inline
- name: git checkout