Skip to content

Commit

Permalink
Try i686 version of s6 overlay for i386 container?
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Jul 14, 2022
1 parent d6dde5a commit eb5c86e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- dev
- massive-refactor
pull_request:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ detect_arch() {
arm64)
S6_ARCH="aarch64";;
i386)
S6_ARCH="x86";;
S6_ARCH="i686";;
esac
}

Expand Down

0 comments on commit eb5c86e

Please sign in to comment.