Skip to content

Commit

Permalink
build arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Aug 18, 2022
1 parent 039e75c commit 1663bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

on:
push:
branches: [main]
branches: [main, ARM64_build]
pull_request:
branches: [main]

Expand Down
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM docker.io/golang:1.17 as builder
#ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.17 as builder
WORKDIR /go/src
# Copy `go.mod` for definitions and `go.sum` to invalidate the next layer
# in case of a change in the dependencies
Expand Down

0 comments on commit 1663bff

Please sign in to comment.