Skip to content

Commit

Permalink
wip - bla
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Oct 18, 2024
1 parent 0100938 commit d898db4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
#matrix:
# platform:
# - linux/amd64
# - linux/arm64

steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
#- name: Prepare
# run: |
# platform=${{ matrix.platform }}
# echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV

- name: Docker meta ⚙️
id: meta
Expand Down Expand Up @@ -84,7 +84,8 @@ jobs:
context: ./context
containerfiles: |
./context/Containerfile
platforms: ${{ matrix.platform }}
platforms: linux/amd64 linux/arm64
#platforms: ${{ matrix.platform }}

# - name: Set up Docker Buildx 🧰
# uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit d898db4

Please sign in to comment.