Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Oct 7, 2024
1 parent e9ccdc2 commit 89ecdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if [ ${{ matrix.id }} = "alpine-16" -a "${version}" = "latest" ]; then
tags="${tags},groonga/pgroonga:latest"
fi
platforms="linux/amd64,linux/arm64"
platforms="linux/amd64"
echo "DOCKERFILE=${distribution}/${variant}/Dockerfile" >> ${GITHUB_ENV}
echo "DISTRIBUTION=${distribution}" >> ${GITHUB_ENV}
echo "PLATFORMS=${platforms}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 89ecdb6

Please sign in to comment.