Only build for ARM64 in second build step.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-10 04:04:49 -06:00
parent 263d87b395
commit 8d7cf0c888
No known key found for this signature in database
GPG Key ID: 9CCCDD66FED79429
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,6 @@ jobs:
with:
context: .
load: true
platforms : linux/amd64,linux/arm64
tags: ghcr.io/azuracast/web:latest
cache-from: type=registry,ref=ghcr.io/azuracast/web:buildcache
@ -184,4 +183,5 @@ jobs:
platforms : linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/azuracast/web:buildcache
cache-to: type=registry,ref=ghcr.io/azuracast/web:buildcache,mode=max