Skip to content

Commit

Permalink
docker: fixup gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Dec 22, 2023
1 parent 9d9c10a commit 5a4c527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
latforms: [
platforms: [
"linux/arm64",
# "linux/armhf",
]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
BASE=${{ matrix.BASE }}
context: install/docker/
file: install/docker/Dockerfile.${{ matrix.FLAVOR }}
latforms: [
platforms: [
"linux/amd64",
"linux/arm64",
# "linux/armhf",
Expand Down

0 comments on commit 5a4c527

Please sign in to comment.