chore: remove old steps

This commit is contained in:
DaanSelen
2025-11-27 23:49:36 +01:00
committed by GitHub
parent 352e578c67
commit fb4dc68dc0

View File

@@ -61,16 +61,6 @@ jobs:
type=ref,event=tag
type=sha,format=short,prefix=
- name: replace psycopg binary to c version for arm/v7
if: ${{ matrix.variant.name == 'armv7' }}
run: |
echo "TUNING PSYCOPG FOR ${{ matrix.variant.name }}"
sed -i "s|psycopg\[binary\]==3.2.13|psycopg\[c\]==3.2.13|" ./src/requirements.txt
- name: make dest directory
run: |
mkdir -p /dist
- name: Build and export Docker image
uses: docker/build-push-action@v6
with: