Skip to content

Commit 5e49c47

Browse files
committed
golang-1.16.6, don't build linux-arm
1 parent 9d46bd1 commit 5e49c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [macos-latest, macos-11.0, ubuntu-latest]
15-
go-version: [1.15, 1.16.5]
15+
go-version: [1.15, 1.16.6]
1616
ruby-version: [2.7]
1717

1818
name: ${{ matrix.os }} / go-${{ matrix.go-version }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release:
1515
mkdir -p ./pkg
1616

1717
SDKROOT=$$(xcrun --sdk macosx --show-sdk-path) gox -cgo -os="darwin" -arch="amd64 arm64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
18-
gox -os="linux" -arch="amd64 arm64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
18+
gox -os="linux" -arch="amd64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
1919

2020
# linux
2121
for arch in amd64; do \

0 commit comments

Comments
 (0)