Limit APK builds to 64-bit ABIs #11

Merged
joejulian merged 4 commits from bugfix/apk-64bit-android-abis into main 2026-04-27 03:19:02 +00:00
Showing only changes of commit 270a950a72 - Show all commits
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
set -euo pipefail
state_dir="$(mktemp -d)"
trap 'rm -rf -- "$state_dir"' EXIT
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --build-tags nox11,nowayland,novulkan ./...
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --concurrency=1 --build-tags nox11,nowayland,novulkan ./...
- name: Test
shell: bash