Skip to content

Commit

Permalink
Merge pull request #165 from simondeziel/debian-fastly-cdn-https
Browse files Browse the repository at this point in the history
github: switch to HTTPS URL for debian and use fastly CDN
  • Loading branch information
tomponline authored Apr 27, 2024
2 parents 6aad18c + 53dbfc0 commit db19947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
-o image.architecture=${{ matrix.architecture }} \
-o image.release=${{ matrix.release }} \
-o image.variant=${{ matrix.variant }} \
-o source.url="http://ftp.us.debian.org/debian"
-o source.url="https://deb.debian.org/debian"
- name: Print build artifacts
run: ls -lah "${{ env.target }}"
Expand Down

0 comments on commit db19947

Please sign in to comment.