Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 19, 2023
1 parent 3e1efe3 commit 0ae07ad
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,28 @@ jobs:
include:
- name: linux-aarch64
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: linux-aarch64
- name: linux-armhf
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: linux-armhf
- name: linux-i686
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: linux-i686
- name: linux-riscv64
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: linux-riscv64
- name: linux-x86_64
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: linux-x86_64
#- name: macos
#installer: homebrew
Expand All @@ -47,19 +52,22 @@ jobs:
#target: macos-universal-10.15
- name: wasm
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: wasm
- name: win32
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: win32
- name: win64
installer: apt
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
target: win64
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.os }}
image: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
- name: Set up cache
Expand Down

0 comments on commit 0ae07ad

Please sign in to comment.