test release_arm64.yml

This commit is contained in:
ljw
2024-09-26 11:49:11 +08:00
parent 62ebc66259
commit c7b0996443

View File

@@ -1,12 +1,12 @@
name: Build and Release
name: Build and Release Arm64
#on:
# push:
# tags:
# - 'v*.*.*' # 当推送带有版本号的 tag例如 v1.0.0)时触发工作流
on:
push:
branches: [ "master" ]
tags:
- 'v*.*.*' # 当推送带有版本号的 tag例如 v1.0.0)时触发工作流
#on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
@@ -33,7 +33,7 @@ jobs:
with:
node-version: '20'
- name: install gcc zip musl
- name: install gcc
run: |
sudo apt-get install gcc-aarch64-linux-gnu -y