Skip to content

Commit

Permalink
github: switch to HTTPS URL for debian and use fastly CDN
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 26, 2024
1 parent 6aad18c commit 53dbfc0
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 53dbfc0

Please sign in to comment.