Skip to content

Commit

Permalink
do Vulkan build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Oct 10, 2024
1 parent 4399daa commit 623d115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ COPY --chown=build:build . /src/
FROM source AS build
RUN --mount=type=cache,target=~/.cache/go-build \
--mount=type=cache,target=~/go/pkg/mod \
make build_host
make build_host_vk
RUN --mount=type=cache,target=~/.cache/go-build \
--mount=type=cache,target=~/go/pkg/mod \
make build_arm64
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: format lint test test_vk test_more bench bench_vk check build_host build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile list
.PHONY: format lint test test_vk test_more bench bench_vk check build_host build_host_vk build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile list

# https://hub.docker.com/_/debian
DOCKER_BASE_IMAGE = debian:bullseye-20240926
Expand Down

0 comments on commit 623d115

Please sign in to comment.