Skip to content

Commit

Permalink
Disable builds for other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Jul 11, 2024
1 parent 2c2c655 commit e677326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
arch: ["aarch64", "amd64"]
permissions:
contents: read
packages: write
Expand Down
Empty file added meross_local_broker/.ci
Empty file.

0 comments on commit e677326

Please sign in to comment.