mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
Migrate to f38
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user