Docker build for ARM (Raspberry Pi)#2436
Merged
Alkarex merged 7 commits intoFreshRSS:devfrom Jul 6, 2019
Merged
Conversation
Member
Author
|
Merging in /dev to test the full pipeline |
Member
Author
|
Seems to work fine :-) |
Member
Author
|
The tag |
This was referenced Jul 7, 2019
Merged
Merged
| #!/bin/bash | ||
|
|
||
| if [[ "$DOCKERFILE_PATH" == *-ARM ]]; | ||
| then |
Contributor
There was a problem hiding this comment.
nitpicky: you usually write this on the same line with if and you don't need to quote vars when using test.
Frenzie
added a commit
to Frenzie/FreshRSS
that referenced
this pull request
Jul 22, 2019
Alkarex
pushed a commit
that referenced
this pull request
Jul 22, 2019
* [CI] Run shellcheck and shfmt Cf. #2436 (comment) * rename * no need for disable anymore * also remove leftover indentation flags even if it makes no difference to syntax checking * define colors and reset before exit for local use
mdemoss
pushed a commit
to mdemoss/FreshRSS
that referenced
this pull request
Mar 25, 2021
* Docker build for ARM (Raspberry Pi) Inspired by https://github.com/stas-demydiuk/domoticz-docker * Execution rights * Readme typo * Move QEMU higher up * Change tar command * Try to fix COPY error * Fix path bug
mdemoss
pushed a commit
to mdemoss/FreshRSS
that referenced
this pull request
Mar 25, 2021
* [CI] Run shellcheck and shfmt Cf. FreshRSS#2436 (comment) * rename * no need for disable anymore * also remove leftover indentation flags even if it makes no difference to syntax checking * define colors and reset before exit for local use
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Using QEMU for building the image on Docker Hub, then native execution.
Inspired by https://github.com/stas-demydiuk/domoticz-docker