aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazel Atkinson <yellowsink@riseup.net>2025-04-09 17:47:07 +0100
committerHazel Atkinson <yellowsink@riseup.net>2025-04-09 17:47:07 +0100
commit08232c55db1fc1e8b98c5d4b0e63b6fcb4271217 (patch)
tree169d06c5a5a117d1ff5da24a6ffbd74111cd260a
parent0263a68d331db9b6142ba972d6a24b33e6500781 (diff)
downloadcontainerspy-08232c55db1fc1e8b98c5d4b0e63b6fcb4271217.tar.gz
containerspy-08232c55db1fc1e8b98c5d4b0e63b6fcb4271217.tar.bz2
containerspy-08232c55db1fc1e8b98c5d4b0e63b6fcb4271217.zip
we dont need armv7 lol
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 007f913..493f31b 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -58,6 +58,6 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ env.DOCKER_IMAGE_TAGS }}
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max \ No newline at end of file