Skip to content

Commit

Permalink
remove arm64 again
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 12, 2020
1 parent 2e0139e commit 00e9561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run Buildx
run: |
docker buildx build \
--platform linux/arm/v7, linux/arm64, linux/amd64 \
--platform linux/arm, linux/amd64 \
--output "type=image,push=true" \
--no-cache \
--file ./Dockerfile . \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN /build.sh

# Final stage, create the runtime container
FROM mcr.microsoft.com/dotnet/sdk:5.0.100

COPY ./Docker/rootfs/etc /etc
COPY ./Docker/s6.sh /s6.sh

Expand Down

0 comments on commit 00e9561

Please sign in to comment.