From ac4dbc8d5c736d705a67f036f202da6ff8332b9a Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Wed, 13 Dec 2023 21:05:54 +0100 Subject: [PATCH] temp: only amd64 build Signed-off-by: Attila Szakacs --- .github/workflows/syslog-ng-docker.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/syslog-ng-docker.yml b/.github/workflows/syslog-ng-docker.yml index 8d766764ee..fff0f80cc9 100644 --- a/.github/workflows/syslog-ng-docker.yml +++ b/.github/workflows/syslog-ng-docker.yml @@ -15,7 +15,7 @@ on: env: DOCKER_IMAGE_NAME: ghcr.io/alltilla/axosyslog - PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7 + PLATFORMS: linux/amd64 DEBUG_PLATFORM: linux/amd64 jobs: @@ -78,9 +78,6 @@ jobs: platforms: ${{ env.PLATFORMS }} push: true tags: ${{ steps.tags.outputs.TAGS }} - # description should be here because it is a multi-arch image - # see docs: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images - outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ fromJSON(steps.docker-metadata-tags.outputs.json).labels['org.opencontainers.image.description'] }} build-args: | PKG_TYPE=${{ inputs.pkg-type }} SNAPSHOT_VERSION=${{ inputs.snapshot-version }}