Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch authored Mar 30, 2024
1 parent 452a35f commit 8928c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ env:
jobs:
build:
name: Build
runs-on: "[${{ matrix.os }}]"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: self-hosted
- os: [self-hosted]
platform: linux/arm64
- os: ubuntu-latest
platform: linux/amd64
Expand Down

0 comments on commit 8928c2f

Please sign in to comment.