linux: Build Nightly for ARM too (#14562)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-07-16 15:19:38 +02:00 committed by GitHub
parent 66f0c390a8
commit f54f5dff65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,13 +93,15 @@ jobs:
- name: Upload Zed Nightly
run: script/upload-nightly macos
bundle-deb:
bundle-linux:
strategy:
matrix:
machine: [deploy, hosted-linux-arm-1]
timeout-minutes: 60
name: Create a Linux *.tar.gz bundle
if: github.repository_owner == 'zed-industries'
runs-on:
- self-hosted
- deploy
- ${{ matrix.machine }}
needs: tests
env:
DIGITALOCEAN_SPACES_ACCESS_KEY: ${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }}