mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-27 10:30:08 +00:00
Update release.yml
This commit is contained in:
parent
5a5e364255
commit
bd898f4ba7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [amd64, arm64, arm] # Thay 'armv7' bằng 'arm'
|
||||
platform: [amd64, arm64, arm]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt install gcc-aarch64-linux-gnu
|
||||
|
||||
- name: Install dependencies for arm # Thay 'armv7' bằng 'arm'
|
||||
- name: Install dependencies for arm
|
||||
if: matrix.platform == 'arm'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
|
|||
Loading…
Reference in a new issue