diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 50be935..6f9ac8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,5 +22,5 @@ jobs: run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Build and push acorn run: | - acorn build -t ghcr.io/acorn-io/acorn-dns:$TAG . + acorn build --platform linux/amd64 --platform linux/arm64 -t ghcr.io/acorn-io/acorn-dns:$TAG . acorn push ghcr.io/acorn-io/acorn-dns:$TAG