Skip to content

Commit

Permalink
Fix Debian Buster armv6 build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther authored Oct 20, 2023
1 parent c7277f3 commit 35bd250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: 👷 Build, 🔀 Combine and 🚀 Push Debian Buster armv6 image
if: ${{ matrix.os.codename == 'buster' }}
run: |
echo ${{ secrets.DOCKER_CI }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker buildx build --provenance=false --push --tag ghcr.io/${{ env.REPOSITORY }}/debian:buster-armv6 --platform linux/arm/v5 --file buster-armv6 .
Expand Down Expand Up @@ -206,4 +205,4 @@ jobs:
DIST=${{ matrix.dist }}
SUITE=${{ matrix.tag }}
QT_VERSION=${{ matrix.qt_version }}
REPOSITORY="${{ github.server_url }}/${{ env.REPOSITORY }}"
REPOSITORY="${{ github.server_url }}/${{ env.REPOSITORY }}"

0 comments on commit 35bd250

Please sign in to comment.