We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46bd1 commit 5e49c47Copy full SHA for 5e49c47
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [macos-latest, macos-11.0, ubuntu-latest]
15
- go-version: [1.15, 1.16.5]
+ go-version: [1.15, 1.16.6]
16
ruby-version: [2.7]
17
18
name: ${{ matrix.os }} / go-${{ matrix.go-version }}
Makefile
@@ -15,7 +15,7 @@ release:
mkdir -p ./pkg
SDKROOT=$$(xcrun --sdk macosx --show-sdk-path) gox -cgo -os="darwin" -arch="amd64 arm64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
- gox -os="linux" -arch="amd64 arm64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
+ gox -os="linux" -arch="amd64" -ldflags "-X main.Version=$$RELEASE" ./cmd/puma-dev
19
20
# linux
21
for arch in amd64; do \
0 commit comments