Skip to content

Commit 229f31c

Browse files
committed
ARMv7 no longer supported
1 parent 5bf557a commit 229f31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildPublishPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 'Build and Push .NET LTS and STS'
4444
uses: docker/build-push-action@v4
4545
with:
46-
platforms: linux/amd64,linux/arm64,linux/arm/v7
46+
platforms: linux/amd64,linux/arm64
4747
push: ${{ (github.event_name != 'pull_request') }}
4848
tags: |
4949
ptr727/vscode-server-dotnetcore:${{ endsWith(github.ref, 'refs/heads/main') && 'latest' || 'develop' }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# docker run -it --rm --pull always --name Testing ptr727/vscode-server-dotnetcore:develop /bin/bash
77

88
# Build Dockerfile
9-
# docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --tag testing:latest .
9+
# docker buildx build --platform linux/amd64,linux/arm64 --tag testing:latest .
1010

1111
# Test linux/amd64 target
1212
# docker buildx build --load --progress plain --no-cache --platform linux/amd64 --tag testing:latest .

0 commit comments

Comments
 (0)