-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched Downloader from sourcecode to the nuget package.
- Loading branch information
Showing
4 changed files
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
docker build --tag rogerfar/rdtclient:amd64 --build-arg ARCH=amd64 . | ||
docker push rogerfar/rdtclient:amd64 | ||
|
||
docker build -t rogerfar/rdtclient:arm64v8 --build-arg ARCH=arm64v8 . | ||
docker push rogerfar/rdtclient:arm64v8 | ||
|
||
docker manifest create rogerfar/rdtclient:latest --amend rogerfar/rdtclient:amd64 --amend rogerfar/rdtclient:arm64v8 | ||
|
||
docker manifest push rogerfar/rdtclient:latest | ||
docker build --tag rogerfar/rdtclient:latest --build-arg ARCH=amd64 . | ||
docker push rogerfar/rdtclient:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters