mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Add back ARM with GH Actions
This commit is contained in:
parent
3e7582880e
commit
193a45113c
1 changed files with 15 additions and 0 deletions
15
.github/workflows/ci.yaml
vendored
Normal file
15
.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: ci
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
arm64-release:
|
||||||
|
name: linux-arm64-release
|
||||||
|
runs-on: [Linux, ARM64]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- run: ./ci/steps/linux-release.sh
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: release-github
|
||||||
|
path: ./release-github/*
|
||||||
Loading…
Reference in a new issue