aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-10 14:12:22 +0100
committerEgor Tensin <egor@tensin.name>2023-12-10 14:13:58 +0100
commit2e40f88d52345f2656d97ce4e4cf1c867d30b911 (patch)
tree634de3aa9e0b6bfda2f6a9eca3b30c42da1fe5e1 /.github/workflows
parentfr24feed: bump versions (diff)
downloadfr24feed-2e40f88d52345f2656d97ce4e4cf1c867d30b911.tar.gz
fr24feed-2e40f88d52345f2656d97ce4e4cf1c867d30b911.zip
fix target architectures & links
On https://www.flightradar24.com/share-your-data, the Raspberry Pi link now points to arm64 builds only. Also, download links for Linux packages are different now.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 73fdba9..b09c424 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,6 +52,6 @@ jobs:
with:
context: '${{ matrix.project }}'
file: '${{ matrix.project }}/Dockerfile'
- platforms: i386,amd64,armhf
+ platforms: i386,amd64,arm64
push: true
tags: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.project }}:latest'