Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
wHyEt committed Jan 4, 2024
1 parent b997488 commit 5d363b8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- arch: "amd64"
platform: "linux/amd64"
from: "debian:12"
- arch: "arm64"
platform: "linux/arm64"
from: "debian:12"
- arch: "armv7"
platform: "linux/arm/v7"
from: "debian:12"
# for the futture :)
# - arch: "arm64"
# platform: "linux/arm64"
# from: "debian:12"
# - arch: "armv7"
# platform: "linux/arm/v7"
# from: "debian:12"

steps:
- name: Checkout
Expand Down

0 comments on commit 5d363b8

Please sign in to comment.