Skip to content

Commit

Permalink
Tweak for new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 23, 2024
1 parent e9212d2 commit e39fa98
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ jobs:
if: github.repository == 'CrunchyData/pg_tileserv'
steps:

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

- name: Checkout
uses: actions/checkout@v3

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

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

- name: Docker Upload
env:
Expand Down

0 comments on commit e39fa98

Please sign in to comment.