From 0d6e768581ea713f6e562687fdcc1ae5ded097c8 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey <24816726+hp77-creator@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:03:28 +0530 Subject: [PATCH] change arch from amd64 to arm64 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e68715c8..22e76060 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -42,7 +42,7 @@ jobs: # relative path to the place where source code with Dockerfile is located context: ./ file: Dockerfile - platforms: linux/amd64 + platforms: linux/arm64 # Note: tags has to be all lower-case tags: | ghcr.io/${{ github.repository_owner }}/bpftime:latest