-
-
Notifications
You must be signed in to change notification settings - Fork 151
Enable autoupdate #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Enable autoupdate #582
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
80d2c15
fix comment
umbynos 7e51cae
add new error since DiffURL is not used (no patch bin) and optimize code
umbynos e89e0c2
add first implementation of auto-update to release workflow (still to…
umbynos 8d08075
try to release on /CreateAgent/ for testing purposes
umbynos 6475b3d
windows do not come with wget
umbynos 6ba1c2f
fix go-selfupdate not being found
umbynos edecef4
use globally bash (for win compatibility) and move comment
umbynos 46ae0a4
found cause of failure on win and add debug
umbynos 8d64b95
set region, instead of AWS_EC2_METADATA_DISABLED (undocumented)
umbynos 506a1ca
refactor goarch=386 because of go-selfupdate
umbynos 5ba5bd8
Revert "refactor goarch=386 because of go-selfupdate"
umbynos c882249
try different approach: duplicate step
umbynos 89f1b06
comment do not work here
umbynos f318077
setting GOARCH does not seem to work -> use -platform instead
umbynos 5e6e276
remove --debug
umbynos 0c62cc7
uniform test.yml to release.yml
umbynos 54ddc27
use env global variables
umbynos b580a8f
add again check on prerelease
umbynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
try to release on /CreateAgent/ for testing purposes
- Loading branch information
commit 8d080751e946ce3dc297dd4b0dda563be1ae53e8
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the upload target should be correct:
env.TARGET = "/CreateBridge/"
, so the full path will be:http://downloads.arduino.cc/CreateBridge/
So pushing all the files inside
public
should result in:http://downloads.arduino.cc/CreateBridge/linux-amd64.json
http://downloads.arduino.cc/CreateBridge/1.2.0/linux-amd64.gz