Skip to content

Commit 285b223

Browse files
committed
ci: remove support for amv7 in our docker packages
1 parent 43fe34f commit 285b223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ockam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
docker buildx build --push \
109109
--tag ghcr.io/${ORGANIZATION}/ockam:${version}-draft \
110110
--file ./ockam/tools/templates/Dockerfile \
111-
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 .
111+
--platform linux/amd64,linux/arm64/v8 .
112112
113113
114114
make-latest:

0 commit comments

Comments
 (0)