Skip to content

Commit

Permalink
copied a CSA dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 18, 2024
1 parent 02cc117 commit 3bd81c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the hello-docker Docker image
run: |
docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker build -f Integrations/docker/images/ . --tag ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker run ghcr.io/matter_extension/hello-docker-gcr-demo:latest
docker push ghcr.io/matter_extension/hello-docker-gcr-demo:latest
3 changes: 0 additions & 3 deletions Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ RUN wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip && \
# Final SDK container for compiling using Silabs SDK
FROM ghcr.io/project-chip/chip-build:${VERSION}

# Checkout submodules
RUN git submodule update --init matter_sdk

ADD requirements.txt /tmp/requirements.txt

# GNU ARM Embedded toolchain, cross compiler for various platform builds
Expand Down

0 comments on commit 3bd81c1

Please sign in to comment.