Skip to content

Commit

Permalink
dev: BI-0 set platform for bakes used in gen tasks explicitly (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored and juliarbkv committed Nov 22, 2024
1 parent a44e2e7 commit cb8ea79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/taskfiles/taskfile_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
antlr:
dir: ../docker_build
cmds:
- ./run-project-bake gen_antlr --progress=plain
- ./run-project-bake gen_antlr --set *.platform=linux/amd64 --progress=plain

i18n-po:
deps:
Expand All @@ -18,6 +18,7 @@ tasks:
--set update-po.args.PACKAGE_NAME={{.PACKAGE_NAME}}
--set update-po.contexts.src={{.USER_WORKING_DIR}}
--set update-po.output="type=local,dest={{.USER_WORKING_DIR}}/{{.PACKAGE_NAME}}"
--set *.platform=linux/amd64
--progress=plain

i18n-binaries:
Expand All @@ -27,4 +28,5 @@ tasks:
--set msgfmt.args.PACKAGE_NAME={{.PACKAGE_NAME}}
--set msgfmt.contexts.src={{.USER_WORKING_DIR}}
--set msgfmt.output="type=local,dest={{.USER_WORKING_DIR}}/{{.PACKAGE_NAME}}"
--set *.platform=linux/amd64
--progress=plain

0 comments on commit cb8ea79

Please sign in to comment.