Skip to content

Commit

Permalink
Merge pull request #584 from openziti/drop-arm-container
Browse files Browse the repository at this point in the history
stop publishing arm (32bit) container for tunneler base image
  • Loading branch information
qrkourier committed Jan 10, 2023
2 parents 317df60 + 0c51db5 commit 29b2c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: amd64,arm64,arm
platforms: amd64,arm64

- name: Set up Docker BuildKit
id: buildx
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ${{ github.workspace }}/docker
file: ${{ github.workspace }}/docker/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.tagprep_run.outputs.DOCKER_TAGS }}
build-args: |
ZITI_VERSION=${{ env.ZITI_VERSION }}
Expand Down

0 comments on commit 29b2c4e

Please sign in to comment.