Skip to content

Commit

Permalink
remove darwin/arm64 from meta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Nov 7, 2024
1 parent 2874178 commit 9b32c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": {
"build": "make module",
"path": "bin/module.tar.gz",
"arch" : ["linux/arm64", "linux/amd64", "darwin/arm64"]
"arch" : ["linux/arm64", "linux/amd64"]
},
"entrypoint": "bin/uln2003"
}
}

0 comments on commit 9b32c33

Please sign in to comment.