Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Apr 26, 2024
1 parent 04f77fc commit 3a4d69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
build-args: |
VCS_REF=${{ github.sha }}
BUILDARG=amd64
BUILDARCH=amd64
load: true
platforms: linux/amd64
tags: cs50/cli:amd64
Expand All @@ -42,7 +42,7 @@ jobs:
with:
build-args: |
VCS_REF=${{ github.sha }}
BUILDARG=arm64
BUILDARCH=arm64
load: true
platforms: linux/arm64
tags: cs50/cli:arm64
Expand Down

0 comments on commit 3a4d69f

Please sign in to comment.