KinesisCorporation / Adv360-Pro-ZMK

Production repository for the all-new Advantage360 Professional using ZMK engine
MIT License
470 stars 6.72k forks source link

Build failes #68

Closed lippfi closed 2 years ago

lippfi commented 2 years ago

Hi! I have the following output in my build:


Sending build context to Docker daemon    725kB
Step 1/8 : FROM docker.io/zmkfirmware/zmk-build-arm:stable
 ---> c24cc1653635
Step 2/8 : WORKDIR /app
 ---> Using cache
 ---> 75b0d8a4b73d
Step 3/8 : COPY config/west.yml config/west.yml
 ---> Using cache
 ---> 2f11906cd091
Step 4/8 : RUN west init -l config
 ---> Using cache
 ---> 4b72060b043e
Step 5/8 : RUN west update
 ---> Using cache
 ---> c0601847337a
Step 6/8 : RUN west zephyr-export
 ---> Using cache
 ---> d5cdeb041d39
Step 7/8 : COPY bin/build.sh ./
 ---> Using cache
 ---> daa544178471
Step 8/8 : CMD ["./build.sh"]
 ---> Using cache
 ---> 54751cc8ffe2
Successfully built 54751cc8ffe2
Successfully tagged zmk:latest
/usr/bin/docker run --rm -it --name zmk \
    -v /firmware:/app/firmware:z \
    -v /config:/app/config:ro,z \
    -e TIMESTAMP=20221127014519 \
    zmk
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
west: error: argument <command>: invalid choice: 'build' (choose from 'init', 'update', 'list', 'manifest', 'diff', 'status', 'forall', 'help', 'config', 'topdir', 'selfupdate')
make: *** [Makefile:8: all] Error 2```
Did I do something wrong?
lippfi commented 2 years ago

My bad, I was executing make with sudo Sorry for wasting your time