Skip to content

Commit

Permalink
ci: remove support for amv7 in our docker packages
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Nov 27, 2024
1 parent 43fe34f commit 285b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ockam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
docker buildx build --push \
--tag ghcr.io/${ORGANIZATION}/ockam:${version}-draft \
--file ./ockam/tools/templates/Dockerfile \
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 .
--platform linux/amd64,linux/arm64/v8 .
make-latest:
Expand Down

0 comments on commit 285b223

Please sign in to comment.