Skip to content

Commit 1c5813b

Browse files
committed
DELETE-ME
1 parent 37cabcf commit 1c5813b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
matrix:
1010
target-arch:
1111
- amd64
12-
- arm64
13-
- riscv64
12+
# - arm64
13+
# - riscv64
1414
permissions:
1515
packages: write
1616
contents: read
@@ -80,4 +80,4 @@ jobs:
8080
8181
- name: Test packages
8282
working-directory: debian
83-
run: make test
83+
run: make test TARGET_ARCH=amd64

0 commit comments

Comments
 (0)