From bd898f4ba752f54f92de09718d43e5a1d69a2b26 Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:14:51 +0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95fa9627..cd4dda36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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