Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercai committed Mar 23, 2023
1 parent dcf628b commit 4f8b449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm64/v8,linux/386,linux/arm/v6,linux/arm/v7
push: true
tags: |
dextercai/feeyo-adsb-golang:${{ github.ref_name }}
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

docker仓库地址:https://hub.docker.com/r/dextercai/feeyo-adsb-golang

如您所见,我们为不同平台都提供了对应的docker镜像,并托管在了DockerHub仓库。

预编译架构列表:`linux/amd64,linux/arm64,linux/arm64/v8,linux/386,linux/arm/v6,linux/arm/v7`
如您所见,我们为x86/64和ARM平台都提供了对应的docker镜像,并托管在了DockerHub仓库。
如果您需要其他架构版本的镜像,欢迎提出一个PR。

### 使用Docker与文件配置(conf.ini)
```bash
Expand Down

0 comments on commit 4f8b449

Please sign in to comment.