Skip to content

Commit

Permalink
ci: drop i386
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed May 16, 2024
1 parent 43c8761 commit ea12204
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/linux-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \
) && \
\
apt-get update && \
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin git gcc-aarch64-linux-gnu g++-aarch64-linux-gnu gcc-i686-linux-gnu g++-i686-linux-gnu && \
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin git gcc-aarch64-linux-gnu g++-aarch64-linux-gnu && \
\
wget --output-document=/tmp/go.tar.gz https://go.dev/dl/go1.21.0.linux-amd64.tar.gz && \
tar --extract --gunzip --file=/tmp/go.tar.gz --directory=/usr/local && \
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ builds:
- -X "github.com/bearer/bearer/cmd/bearer/build.Version={{.Version}}"
- -X "github.com/bearer/bearer/cmd/bearer/build.CommitSHA={{.Commit}}"
overrides:
- goos: linux
goarch: 386
env:
- CC=i686-linux-gnu-gcc
- CXX=i686-linux-gnu-g++
- goos: linux
goarch: arm64
env:
Expand Down
1 change: 0 additions & 1 deletion contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="bearer" ;;
darwin/arm64) BINARIES="bearer" ;;
linux/386) BINARIES="bearer" ;;
linux/amd64) BINARIES="bearer" ;;
linux/arm64) BINARIES="bearer" ;;
*)
Expand Down

0 comments on commit ea12204

Please sign in to comment.