Skip to content

Commit

Permalink
Merge pull request #28 from turkenh/single-arch
Browse files Browse the repository at this point in the history
Only push for linux_amd64
  • Loading branch information
turkenh authored Oct 6, 2022
2 parents dac9a0c + a5352e6 commit 21dad40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
PROJECT_NAME := platform-ref-gcp
PROJECT_REPO := github.com/upbound/$(PROJECT_NAME)

PLATFORMS ?= linux_amd64 linux_arm64
# NOTE(turkenh): we need to publish only for linux_amd64 because we are using
# pkg controllers seems to be looking for that explicitly. Otherwise, it was failing with:
# cannot initialize parser backend: failed to fetch package from remote: no child with
# platform linux/amd64 in index xpkg.upbound.io/upbound/platform-ref-gcp:v0.2.0-rc.0.4.gdac9a0c
PLATFORMS ?= linux_amd64
include build/makelib/common.mk

# ====================================================================================
Expand Down

0 comments on commit 21dad40

Please sign in to comment.