Skip to content

Commit

Permalink
ci: remove arm32 support because of nodejs/docker-node#1946
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Oct 13, 2024
1 parent 6574c93 commit 7db1de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
fi
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=docker_platforms::linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
# echo ::set-output name=docker_platforms::linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
echo ::set-output name=docker_platforms::linux/amd64,linux/arm64/v8
echo ::set-output name=docker_image::${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
- name: Set up QEMU
Expand Down

0 comments on commit 7db1de4

Please sign in to comment.