diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fab1b08..9dd2d85 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/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file + acorn build --platform linux/amd64 --push -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file