Disable arm64 build

This commit is contained in:
2023-02-13 22:02:37 +01:00
parent 5eb3d47656
commit a4d46c6c53

View File

@@ -12,7 +12,7 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
@@ -30,7 +30,7 @@ jobs:
- -
name: Login to ghcr.io name: Login to ghcr.io
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -44,12 +44,12 @@ jobs:
IMAGE: ${{ steps.repository_name.outputs.lowercase }} IMAGE: ${{ steps.repository_name.outputs.lowercase }}
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: ghcr.io/${{ env.IMAGE }}:latest tags: ghcr.io/${{ env.IMAGE }}:latest
context: . context: .
file: ./docker/build.dockerfile file: ./docker/build.dockerfile
- -
name: Invoke deployment hook name: Invoke deployment hook
uses: joelwmale/webhook-action@master uses: joelwmale/webhook-action@master
with: with: