mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-11-10 09:02:35 +08:00
ci: remove ARM build due to controller setup issues
This commit is contained in:
parent
346706f69a
commit
1935f86617
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
context: ./
|
||||
file: ./docker/zero-ui/Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
platforms: linux/amd64,linux/armhf
|
||||
# platforms: linux/amd64,linux/armhf
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.prep_zero-ui.outputs.tags }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
context: ./
|
||||
file: ./docker/zerotier/Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
platforms: linux/amd64,linux/armhf
|
||||
# platforms: linux/amd64,linux/armhf
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/zerotier-controller:latest
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
|
Loading…
Reference in a new issue