Skip to content

Commit

Permalink
feat: update installer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jialong.wang committed Aug 9, 2024
1 parent 50993b5 commit 52d50ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions amprobe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ wire:
.PHONY: amd64
# docker amd64 image
amd64:
# docker build -t amuluze/amprobe:v1.3.5 -f ./Dockerfile.amd .
# docker build -t $(IMAGE):$(TAG) -f ./Dockerfile.amd .
docker buildx build --platform linux/amd64 -t $(IMAGE):$(TAG) -o type=docker .

.PHONY: arm64
.PHONY: arm64ls
# docker arm64 image
arm64:
# docker build -t amuluze/amprobe_arm:v1.3.5 -f ./Dockerfile.arm .
# docker build -t $(IMAGE):$(TAG) -f ./Dockerfile.arm .
docker buildx build --platform linux/arm64 -t $(IMAGE):$(TAG) -o type=docker .

.PHONY: build
Expand Down
6 changes: 3 additions & 3 deletions installer/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
- type: docker_image
pull: false
images:
- amuluze/amprobe:v1.3.5
- amuluze/amprobe:v1.3.6
- type: file
include:
- amvector.install
Expand All @@ -14,7 +14,7 @@ install:
- type: file
- type: docker_image
tags:
- source: amuluze/amprobe:v1.3.5
target: amuluze/amprobe:v1.3.5
- source: amuluze/amprobe:v1.3.6
target: amuluze/amprobe:v1.3.6
- type: shell
run: ./setup.sh

0 comments on commit 52d50ff

Please sign in to comment.