Skip to content

Commit

Permalink
Do not generate attestation manifests in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
JayKickliter committed Apr 6, 2023
1 parent c6e2171 commit 14f635a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:

# We publish all builds to the test-images repo.
- name: Build | Test Image
env:
# The attestation manifests cause build errors for some makers.
# See https://github.com/helium/gateway-rs/issues/409
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
run: |
docker buildx build \
--platform linux/arm64,linux/amd64 \
Expand All @@ -174,6 +178,10 @@ jobs:
# Publish to miner quay-repo on release only.
- name: Build | Release Image
env:
# The attestation manifests cause build errors for some makers.
# See https://github.com/helium/gateway-rs/issues/409
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
if: startsWith(github.ref, 'refs/tags')
run: |
docker buildx build \
Expand Down

0 comments on commit 14f635a

Please sign in to comment.