remove arm build

This commit is contained in:
Cory Sanin 2025-01-12 01:16:18 -05:00
parent 07ab1fb40d
commit effabd412b

View File

@ -87,7 +87,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }} cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }} cache-to: type=gha,mode=max,scope=${{ github.workflow }}
@ -99,6 +99,6 @@ jobs:
push: true push: true
tags: ${{ steps.meta-develop.outputs.tags }} tags: ${{ steps.meta-develop.outputs.tags }}
labels: ${{ steps.meta-develop.outputs.labels }} labels: ${{ steps.meta-develop.outputs.labels }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }} cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }} cache-to: type=gha,mode=max,scope=${{ github.workflow }}