mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-03-05 05:12:44 -08:00
another fix for multi-arch builds
This commit is contained in:
parent
97db010112
commit
34777b6bb4
2 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue