another fix for multi-arch builds

This commit is contained in:
Grant Limberg 2026-03-04 11:35:51 -08:00
parent 97db010112
commit 34777b6bb4
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 1 additions and 8 deletions

View file

@ -34,7 +34,7 @@ jobs:
- name: Build & Push Docker Image
run: |
make central-controller-docker-${{ runner.arch }} --no-print-directory
docker build --no-cache -t registry.zerotier.com/zerotier-central/ztcentral-controller:${{ env.COMMIT_SHORT_SHA }}-${{ steps.branch.outputs.branch_name }}-${{ runner.arch }}-amd64 -f ext/central-controller-docker/Dockerfile . --push
multi-arch-docker:
runs-on: gha-runner-x64