Skip to content

Commit fe4b0f6

Browse files
working on build
1 parent 84a4f51 commit fe4b0f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,28 +129,28 @@ jobs:
129129
GOPATH: /actions-runner/_work/sqlpipe/
130130
GOCACHE: /actions-runner/_work/sqlpipe/gocache
131131
GOOS: darwin
132-
GOARCH: x86
132+
GOARCH: amd64
133133
- name: Build linux
134134
run: go build -ldflags="-s -X main.gitHash=$(git describe --always --dirty --tags --long) -X main.sqlpipeVersion=${HUMAN_VERSION}" -o=./bin/linux/sqlpipe ./cmd
135135
env:
136136
GOPATH: /actions-runner/_work/sqlpipe/
137137
GOCACHE: /actions-runner/_work/sqlpipe/gocache
138138
GOOS: linux
139-
GOARCH: x86
139+
GOARCH: amd64
140140
- name: Build windows
141141
run: go build -ldflags="-s -X main.gitHash=$(git describe --always --dirty --tags --long) -X main.sqlpipeVersion=${HUMAN_VERSION}" -o=./bin/windows/sqlpipe ./cmd
142142
env:
143143
GOPATH: /actions-runner/_work/sqlpipe/
144144
GOCACHE: /actions-runner/_work/sqlpipe/gocache
145145
GOOS: windows
146-
GOARCH: x86
146+
GOARCH: amd64
147147
- name: Build freebsd
148148
run: go build -ldflags="-s -X main.gitHash=$(git describe --always --dirty --tags --long) -X main.sqlpipeVersion=${HUMAN_VERSION}" -o=./bin/freebsd/sqlpipe ./cmd
149149
env:
150150
GOPATH: /actions-runner/_work/sqlpipe/
151151
GOCACHE: /actions-runner/_work/sqlpipe/gocache
152152
GOOS: freebsd
153-
GOARCH: x86
153+
GOARCH: amd64
154154
- name: Upload to s3
155155
uses: jakejarvis/s3-sync-action@master
156156
with:

0 commit comments

Comments
 (0)