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 a140ae4 commit d98a76e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ storage:
#

http:
- url: http://download.opensuse.org/repositories/myrepo1/openSUSE_Leap_42.3/
archs: [x86_64]
repositories:
- 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 d98a76e

Please sign in to comment.