Skip to content

Commit

Permalink
add armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyi510 committed Dec 5, 2022
1 parent 537bcfc commit 5beb179
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
project_name: rustdesk-api-server
builds:
- env: [CGO_ENABLED=0]
- env: [ CGO_ENABLED=0 ]
flags:
- -v
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
- '386'
goarm:
- '6'
- '7'
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: 'arm'
checksum:
name_template: 'checksums.txt'
archives:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ RUN mkdir /app

# 复制配置文件
COPY conf /app/conf
RUN mv /app/conf/config_default.yml /app/conf/config.yml

# 复制主文件
COPY rustdesk-api-server /app
Expand Down

0 comments on commit 5beb179

Please # to comment.