Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 4f8b449

Browse files
committed
v1.5.2
1 parent dcf628b commit 4f8b449

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
if: startsWith(github.ref, 'refs/tags/')
7171
with:
7272
context: .
73-
platforms: linux/amd64,linux/arm64,linux/arm64/v8,linux/386,linux/arm/v6,linux/arm/v7
7473
push: true
7574
tags: |
7675
dextercai/feeyo-adsb-golang:${{ github.ref_name }}

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

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

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

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

0 commit comments

Comments
 (0)