forked from mirrors/kingfisher
fixing github action failure for linux-arm6 when making deb
This commit is contained in:
parent
646e6175d2
commit
a502375f78
2 changed files with 3 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -81,6 +81,9 @@ jobs:
|
|||
- name: Build (Makefile linux-arm64)
|
||||
run: make linux-arm64
|
||||
|
||||
- name: Fix permissions
|
||||
run: sudo chown -R $(id -u):$(id -g) target
|
||||
|
||||
- name: Build Debian package
|
||||
run: |
|
||||
cargo deb --no-build --target aarch64-unknown-linux-musl \
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ rules:
|
|||
confidence: medium
|
||||
min_entropy: 3.0
|
||||
visible: false
|
||||
validation:
|
||||
references:
|
||||
- https://supabase.com/docs/guides/api
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue