aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml
index 63a25a4..88d73fc 100644
--- a/.github/workflows/release-build.yaml
+++ b/.github/workflows/release-build.yaml
@@ -21,8 +21,8 @@ jobs:
- bookworm
arch:
- amd64
- - arm64
- - armhf
+# - arm64
+# - armhf
steps:
- name: "Install dependencies"
run: |-
bgstack15