Update release.yml

This commit is contained in:
quydang 2023-10-05 19:14:51 +07:00 committed by GitHub
parent 5a5e364255
commit bd898f4ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
platform: [amd64, arm64, arm] # Thay 'armv7' bằng 'arm' platform: [amd64, arm64, arm]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -27,7 +27,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt install gcc-aarch64-linux-gnu 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' if: matrix.platform == 'arm'
run: | run: |
sudo apt-get update sudo apt-get update