Skip to content

Commit

Permalink
Enable ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 23, 2024
1 parent e39fa98 commit 5c6ef99
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,11 @@ jobs:
if: github.repository == 'CrunchyData/pg_tileserv'
steps:

# - name: Install Go
# uses: actions/setup-go@v4
# with:
# go-version: 1.21.x

- name: Checkout
uses: actions/checkout@v3

# - name: Build ARM64
# run: make TARGETARCH=arm64 multi-stage-docker
- name: Build ARM64
run: make TARGETARCH=arm64 multi-stage-docker

- name: Build x86_64
run: make TARGETARCH=amd64 multi-stage-docker
Expand Down

0 comments on commit 5c6ef99

Please sign in to comment.