Skip to content

Commit

Permalink
Update HTTP example
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 committed Sep 26, 2024
1 parent 52c6dfd commit 4849aef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ storage:
#

http:
- url: http://download.opensuse.org/repositories/myrepo1/openSUSE_Leap_42.3/
archs: [x86_64]
- urls:
- http://download.opensuse.org/repositories/myrepo1/openSUSE_Leap_42.2/
- http://download.opensuse.org/repositories/myrepo1/openSUSE_Leap_42.3/
archs: [x86_64, aarch64]
- urls:
- http://download.opensuse.org/repositories/myrepo2/openSUSE_Leap_42.2/
- http://download.opensuse.org/repositories/myrepo2/openSUSE_Leap_42.3/
archs: [s390x, ppc64le]

# optional section to download repos from SCC
# scc:
Expand Down

0 comments on commit 4849aef

Please sign in to comment.