From ca7a00121536916ae76af95229b36706e008f4cb Mon Sep 17 00:00:00 2001 From: slayer321 Date: Thu, 19 Oct 2023 13:09:00 +0530 Subject: [PATCH] building on amd64 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 38bd5fb..fab1b08 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,4 +26,4 @@ jobs: - name: Build and Publish with signature run: | TAG=${GITHUB_REF#refs/*/} - acorn build --platform linux/arm64 -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file + acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file