Skip to content

Commit

Permalink
Working around a bug in the devcontainer action.
Browse files Browse the repository at this point in the history
See: devcontainers/ci#191 (comment)
Signed-off-by: Chad Metcalf <metcalfc@gmail.com>
  • Loading branch information
metcalfc committed Mar 13, 2024
1 parent 1109911 commit dc327ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and release devcontainer Multi-Platform
uses: devcontainers/ci@v0.3
env:
# see: https://github.com/devcontainers/ci/issues/191#issuecomment-1603857155
BUILDX_NO_DEFAULT_ATTESTATIONS: true
with:
imageName: ghcr.io/daytonaio/go-devcontainer
platform: linux/amd64,linux/arm64
Expand Down

0 comments on commit dc327ad

Please sign in to comment.