mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-02-15 14:42:15 +00:00
stuff
This commit is contained in:
parent
02a3065874
commit
4e386022b6
8
.github/workflows/build-distribute.yml
vendored
8
.github/workflows/build-distribute.yml
vendored
|
|
@ -20,17 +20,17 @@ jobs:
|
|||
include:
|
||||
- goos: linux
|
||||
goarch: amd64
|
||||
arch: x64
|
||||
arch: X64
|
||||
- goos: linux
|
||||
goarch: arm64
|
||||
arch: arm64
|
||||
arch: ARM64
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarch_variant: "6"
|
||||
arch: arm
|
||||
arch: ARM
|
||||
- goos: linux
|
||||
goarch: "386"
|
||||
arch: x86
|
||||
arch: X86
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue