Skip to content

Commit

Permalink
divide and conquer..
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent bace332 commit bc58b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

strategy:
matrix:
directory: [ api, cli ]
# directory: [ api, cli ]
directory: [ cli ]
platform: [ linux/amd64 ]
# platform: [ linux/amd64, linux/arm64 ]

Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update --no-cache python3 py3-pip

WORKDIR /hamframe

COPY . .
COPY cli.py cli.py

RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit bc58b6b

Please sign in to comment.