We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c581aec commit dd415c0Copy full SHA for dd415c0
.github/workflows/release.yml
@@ -109,13 +109,6 @@ jobs:
109
if: matrix.use_qemu
110
uses: docker/setup-qemu-action@v3
111
112
- - name: Fix Debian Buster Sources
113
- # Buster is EOL, so we must switch to archive.debian.org and ignore expiry dates
114
- run: |
115
- echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list
116
- echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list
117
- apt-get -o Acquire::Check-Valid-Until=false update
118
-
119
- name: Bundle (${{ matrix.docker-platform }}
120
run: |
121
docker run --rm -v ${{ github.workspace }}:/work -w /work \
0 commit comments