Skip to content

Commit

Permalink
Remove taptui script from ARM build process
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Nov 2, 2024
1 parent 172c8a8 commit e07789a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ tasks:
IMG_MODCACHE: /home/build/go/pkg/mod
cmds:
- docker run --rm --platform linux/arm/v8 -v {{.BUILDCACHE}}:{{.IMG_BUILDCACHE}} -v {{.MODCACHE}}:{{.IMG_MODCACHE}} -v ${PWD}:/build --user 1000:1000 {{.IMAGE_NAME}} bash -c "PLATFORM=mistex TAPTO_BIN=tapto.sh task build"
- cp ./scripts/taptui/taptui.sh {{.BUILD_DIR}}
- rm -f {{.BUILD_DIR}}/tapto-mistex_arm64.zip
- zip -j {{.BUILD_DIR}}/tapto-mistex_arm64.zip {{.BUILD_DIR}}/tapto.sh {{.BUILD_DIR}}/taptui.sh
- zip -j {{.BUILD_DIR}}/tapto-mistex_arm64.zip {{.BUILD_DIR}}/tapto.sh

build-batocera-arm64:
vars:
Expand Down

0 comments on commit e07789a

Please sign in to comment.