Skip to content

Commit

Permalink
update image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwang371 committed Jan 27, 2025
1 parent 528bbd1 commit a1c8f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Pull related docker images
run: |
docker pull qdrant/qdrant:latest
docker pull docker.io/library/alpine:latest
- name: Run tests
env:
Expand Down
2 changes: 1 addition & 1 deletion workload/docker/go/gen_image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: build
docker compose build --no-cache

start:
GOOS=linux go build -o $(OUTPUT_DIR)/start \
CGO_ENABLED=0 GOOS=linux go build -o $(OUTPUT_DIR)/start \
$(CURRENT_DIR)/src/start.go

build: start
Expand Down

0 comments on commit a1c8f37

Please sign in to comment.