Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xi-mad committed Feb 6, 2023
1 parent e75c3b6 commit 9158949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = colourful
version = v1.1.1
version = v1.1.2

build-linux:
CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -o release/$(name)-$(version)-linux-arm main.go
Expand Down Expand Up @@ -31,6 +31,7 @@ package:

build-image:
docker build --build-arg NAME=$(name) --build-arg VERSION=$(version) -t namedlxd/$(name):$(version) .
docker push namedlxd/colourful:$(version)

clean:
rm -rf release/*
Expand Down

0 comments on commit 9158949

Please sign in to comment.