Update flutter-build.yml
This commit is contained in:
parent
09f3850250
commit
2820f3f798
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -1227,7 +1227,7 @@ jobs:
|
||||
run: |
|
||||
sed -i "s/x86_64/${{ matrix.job.arch }}/g" res/PKGBUILD
|
||||
if [[ "${{ matrix.job.arch }}" == "aarch64" ]]; then
|
||||
sed -i "s/linux\/x64/linux\/arm64/g" ./res/PKGBUILD
|
||||
sed -i "s/x86_64/aarch64/g" ./res/PKGBUILD
|
||||
fi
|
||||
|
||||
- name: Build archlinux package
|
||||
|
Loading…
Reference in New Issue
Block a user