Skip to content

Commit

Permalink
Update to debian:10 for Linux builds
Browse files Browse the repository at this point in the history
Debian:8 is no longer accessible and 9 references package repos
that do not appear to be available anymore.
  • Loading branch information
headius committed Feb 13, 2024
1 parent 8a620c5 commit 82a8f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Restart Docker
run: sudo systemctl restart docker.service
- name: Pull docker image
run: docker pull --platform $(echo ${{ matrix.arch }} | sed 's|-|/|g') debian:8 || true
run: docker pull --platform $(echo ${{ matrix.arch }} | sed 's|-|/|g') debian:10 || true
- name: Build inside Docker
run: docker run --rm -v $GITHUB_WORKSPACE:/work debian:8 /work/.github/build-native-debian.sh
run: docker run --rm -v $GITHUB_WORKSPACE:/work debian:10 /work/.github/build-native-debian.sh
- name: Archive built library
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 82a8f3d

Please sign in to comment.