From 855e225df63a0592032d06a191c488b8756d99d8 Mon Sep 17 00:00:00 2001 From: Love98 <77888749+love98ooo@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:22:53 +0800 Subject: [PATCH] feat: remove arm64 DockerHub image (#77) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5059bdc..4424be2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,6 +126,6 @@ jobs: with: context: . target: STANDARD - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: casbin/caswaf:${{steps.get-current-tag.outputs.tag }},casbin/caswaf:latest \ No newline at end of file