Skip to content

Commit

Permalink
Merge pull request #202 from MusicDin/fix/deb-source
Browse files Browse the repository at this point in the history
Remove unecessary image source flag when building Debian images
  • Loading branch information
tomponline authored Jun 19, 2024
2 parents ecaa94e + 94e2662 commit ba07c46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/image-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
./bin/build-distro "${YAML}" "${ARCH}" "${TYPE}" "${TIMEOUT}" "${{ env.target }}" \
-o image.architecture=${{ matrix.architecture }} \
-o image.release=${{ matrix.release }} \
-o image.variant=${{ matrix.variant }} \
-o source.url="https://deb.debian.org/debian"
-o image.variant=${{ matrix.variant }}
- name: Print build artifacts
run: ls -lah "${{ env.target }}"
Expand Down

0 comments on commit ba07c46

Please sign in to comment.