Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 27, 2024
1 parent 6c82f42 commit e46255e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-env-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ env:
jobs:
docker_release_build:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
packages: write
attestations: write
id-token: write
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
# - linux/arm64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e46255e

Please sign in to comment.