-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add alpine to multi-arch support (#569)
* Add alpine to multi-arch support Issue #568 * Updated architectures for 4.8 to include alpine Issue #568 * Removed alpine multi-arch for 4.8 and 6.11 and arm32v6 support Issue #568 * Restored alpine to amd64 architecture Issue #568
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bashbrew-arch variants | ||
amd64 default,alpine,onbuild,slim,stretch,wheezy | ||
ppc64le default,onbuild,slim,stretch | ||
s390x default,onbuild,slim,stretch | ||
arm64v8 default,onbuild,slim,stretch | ||
arm32v7 default,onbuild,slim,stretch |
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,6 +1,7 @@ | ||
bashbrew-arch variants | ||
amd64 default,alpine,onbuild,slim,stretch,wheezy | ||
ppc64le default,onbuild,slim,stretch | ||
s390x default,onbuild,slim,stretch | ||
arm64v8 default,onbuild,slim,stretch | ||
ppc64le default,alpine,onbuild,slim,stretch | ||
s390x default,alpine,onbuild,slim,stretch | ||
arm64v8 default,alpine,onbuild,slim,stretch | ||
arm32v7 default,onbuild,slim,stretch | ||
arm32v6 alpine |