Migrate to f38

This commit is contained in:
windowsboy111
2023-01-28 16:09:46 +08:00
parent 046dd9e959
commit c3ac88d312
11 changed files with 18 additions and 28 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ jobs:
bootstrap:
strategy:
matrix:
version: ["37"]
version: ["38"]
arch: ["x86_64", "aarch64"]
fail-fast: true
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: fedora:37
image: fedora:38
options: --cap-add=SYS_ADMIN --privileged
steps:
# - name: Run shell commands
@@ -50,7 +50,7 @@ jobs:
run: go install github.com/FyraLabs/subatomic/subatomic-cli@latest
- name: Build
run: anda build -c anda-37-${{ matrix.arch }} subatomic -p rpm
run: anda build -c anda-38-${{ matrix.arch }} subatomic -p rpm
- run: |
subatomic-cli upload --prune \
--server https://subatomic.fyralabs.com \