Skip to content

Commit

Permalink
update i386 dockerfile and remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Jan 17, 2024
1 parent 551171b commit 4134ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
if: matrix.python-version == '3.11'
notify:
needs: test
Expand Down Expand Up @@ -65,8 +60,8 @@ jobs:
- uses: actions/upload-artifact@v3
if: ${{ matrix.os == 'windows-latest' }}
with:
name: safety-win-i686.exe
path: dist/safety-win-i686.exe
name: safety-win-i386.exe
path: dist/safety-win-i386.exe
if-no-files-found: error
- uses: actions/upload-artifact@v3
if: ${{ matrix.os == 'windows-latest' }}
Expand All @@ -77,8 +72,8 @@ jobs:
- uses: actions/upload-artifact@v3
if: ${{ matrix.os == 'ubuntu-20.04' }}
with:
name: safety-linux-i686
path: dist/safety-linux-i686
name: safety-linux-i386
path: dist/safety-linux-i386
if-no-files-found: error
- uses: actions/upload-artifact@v3
if: ${{ matrix.os == 'ubuntu-20.04' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfilei386
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This dockerfile is used to build the 32bit linux binary
#
FROM i386/python:3.6-buster
FROM i386/python:3.12-bullseye

RUN apt-get update

Expand Down

0 comments on commit 4134ca1

Please sign in to comment.